{{append . "moreStyles" "css/common.css"}} {{set . "title" "Home"}} {{template "header.html" .}}
{{if .email}} Hello {{.email}} Signout {{else}} Signin with your email {{end}}
{{template "flash.html" .}}
{{template "footer.html" .}}