summaryrefslogtreecommitdiff
path: root/templ/login.tpl
blob: 205b030c78c1ac9a0cfe64e95de66a8fd2d4a2c6 (plain)
1
2
3
4
5
6
7
{{define "body"}}
    <form action="/login" method="post">
        {{inputs_and_errors_for . .Errors}}
        {{.CsrfField}}
        <button type="submit">Log In!</button>
    </form>
{{end}}