wiki/templates/logout.html

7 lines
192 B
HTML

{{ define "content" }}
<h1 class="title is-1">Logout</h1>
<form action="/auth/logout" method="post">
<button class="button" type="submit">Logout</button>
</form>
{{ end }}