wiki/templates/logout.html

7 lines
192 B
HTML
Raw Normal View History

2018-11-24 12:34:51 +00:00
{{ define "content" }}
<h1 class="title is-1">Logout</h1>
<form action="/auth/logout" method="post">
<button class="button" type="submit">Logout</button>
</form>
{{ end }}