summaryrefslogtreecommitdiff
path: root/templ/login.tpl
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-11 23:45:56 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-11 23:45:56 +0100
commit934df3f098c33bcbb1493a420833817b80518020 (patch)
treef2fa5d6356bc32b84c6f19377ca106c627f4132b /templ/login.tpl
parent09cb0762553494f2e31f4a7dc60c0c4ba09e91a1 (diff)
downloadgosten-934df3f098c33bcbb1493a420833817b80518020.tar.gz
gosten-934df3f098c33bcbb1493a420833817b80518020.tar.bz2
gosten-934df3f098c33bcbb1493a420833817b80518020.zip
Include form handling
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