s1llyw0rdz/web/handler/html/confirm_remove_status.html
2021-11-22 21:23:30 +01:00

8 lines
No EOL
246 B
HTML

{{ define "content" }}
Are you sure you you want to delete the following status?
<p>{{ .status.Content }}</p>
<form action="/remove-status" method="post">
<input type="hidden" name="id"/>
<input type="submit" value="Submit">
</form>
{{ end }}