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

7 lines
No EOL
230 B
HTML

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