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