11 lines
160 B
HTML
11 lines
160 B
HTML
{{define "body" -}}
|
|
<h2>Sign Out</h2>
|
|
|
|
<form method="POST">
|
|
<p>
|
|
<button type="submit">Sign Out</button>
|
|
<a href="/">Cancel</a>
|
|
</p>
|
|
</form>
|
|
{{- end}}
|