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