created some structure and a concept

This commit is contained in:
Hazel Noack
2025-06-26 14:56:38 +02:00
parent d2bec96645
commit 9ded6a4615
6 changed files with 72 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
{{define "title"}}
create user | {{index . "name"}}
{{end}}
{{define "body"}}
<h1>Current Session: {{index . "name"}}</h1>
{{end}}