aboutsummaryrefslogtreecommitdiff
path: root/templates/home.html
blob: 0b39e116b9b2b629eff4908ddb99141490f3161f (plain) (blame)
1
2
3
4
5
6
7
{{define "title"}}Guichet{{end}}

{{define "body"}}
<h1>Guichet</h1>

Welcome, {{ .Username }}!
{{end}}