{{template "head" .}} {{template "navbar" .}}
Welcome to the {{ .title }}.
Login to continue.
{{template "scripts" .}} {{define "head"}} {{end}} {{define "navbar"}} {{end}} {{define "userForm"}}
@
Please choose a username.
Please choose a password.
{{end}} {{define "scripts"}} {{end}}