summaryrefslogtreecommitdiff
path: root/templ/index.tpl
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/index.tpl
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/index.tpl')
-rw-r--r--templ/index.tpl2
1 files changed, 1 insertions, 1 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