summaryrefslogtreecommitdiff
path: root/templ/login.tpl
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-17 16:37:23 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-17 16:37:23 +0200
commitb2447bc967df37b31282a97e32c581954bb8bcc9 (patch)
tree39758d1121fae6dc1d27e8a45035690421900d6c /templ/login.tpl
parent789d21034e526a03d3e91d5d284a4888be938340 (diff)
downloadgosten-b2447bc967df37b31282a97e32c581954bb8bcc9.tar.gz
gosten-b2447bc967df37b31282a97e32c581954bb8bcc9.tar.bz2
gosten-b2447bc967df37b31282a97e32c581954bb8bcc9.zip
Move from html/template to templ
Diffstat (limited to 'templ/login.tpl')
-rw-r--r--templ/login.tpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/templ/login.tpl b/templ/login.tpl
deleted file mode 100644
index 7a9a049..0000000
--- a/templ/login.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-{{define "body"}}
- <main class="d-flex align-items-center min-vh-100">
- <form action="/login" method="post" class="container mx-auto" style="max-width: 440px;">
- <img src="/static/euro-money.svg" width="96" height="96" class="mb-4"/>
- {{inputs_and_errors_for . .Errors}}
- {{.CsrfField}}
- <button class="btn btn-primary w-100" type="submit">Log In!</button>
- </form>
- </main>
-{{end}} \ No newline at end of file