summaryrefslogtreecommitdiff
path: root/templ
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-14 00:23:02 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-14 00:23:02 +0100
commit24c2071fcaa8065d450dae78a80a671697f0e873 (patch)
tree7c301de897b0b51079090fdc10560fc52f4f97ed /templ
parent4c98ab6a3a1f41ebaa5360a6a4615cd705a94db0 (diff)
downloadgosten-24c2071fcaa8065d450dae78a80a671697f0e873.tar.gz
gosten-24c2071fcaa8065d450dae78a80a671697f0e873.tar.bz2
gosten-24c2071fcaa8065d450dae78a80a671697f0e873.zip
Restructure: Move auth and session to their own files
Make auth handling nicer.
Diffstat (limited to 'templ')
-rw-r--r--templ/index.tpl2
-rw-r--r--templ/login2.tpl4
2 files changed, 1 insertions, 5 deletions
diff --git a/templ/index.tpl b/templ/index.tpl
index 2c52810..013c5ea 100644
--- a/templ/index.tpl
+++ b/templ/index.tpl
@@ -1,3 +1,3 @@
{{define "body"}}
- Das ist die Basis
+ Logged in with user: {{.}}
{{end}} \ No newline at end of file
diff --git a/templ/login2.tpl b/templ/login2.tpl
deleted file mode 100644
index 89ba6a5..0000000
--- a/templ/login2.tpl
+++ /dev/null
@@ -1,4 +0,0 @@
-{{define "body"}}
- Logged in with user: {{.Name}} <br>
- You have chosen: {{.Password}}
-{{end}} \ No newline at end of file