summaryrefslogtreecommitdiff
path: root/templ/login.tpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templ/login.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templ/login.tpl b/templ/login.tpl
new file mode 100644
index 0000000..40d49c9
--- /dev/null
+++ b/templ/login.tpl
@@ -0,0 +1,6 @@
+{{define "body"}}
+ <form action="/login" method="post">
+ {{inputs_for .}}
+ <button type="submit">Log In!</button>
+ </form>
+{{end}} \ No newline at end of file