hangman/templates/create_user.html
2025-06-26 14:56:38 +02:00

7 lines
139 B
HTML

{{define "title"}}
create user | {{index . "name"}}
{{end}}
{{define "body"}}
<h1>Current Session: {{index . "name"}}</h1>
{{end}}