{{define "page:title"}}Signup{{end}} {{define "page:content"}}

Signup

{{if .Form.Validator.HasErrors}}
Something was wrong. Please correct the errors below and try again.
{{end}}
{{with .Form.Validator.FieldErrors.Email}} {{.}} {{end}}
{{with .Form.Validator.FieldErrors.Password}} {{.}} {{end}}
{{end}}