{{template "header.html" .}}

Validation sample 3

{{if .errors}}

Oops, please correct these errors

{{end}}
User informations
{{index .errors "user.Username"}}
{{index .errors "user.FirstName"}}
{{.errors.lastname}} {{index .errors "user.LastName"}}
{{index .errors "user.Age"}}
Password
{{index .errors "user.Password"}}
{{index .errors "user.PasswordConfirm"}}
Email
{{index .errors "user.Email"}}
{{index .errors "user.EmailConfirm"}}
Conditions
Checking this box indicates that you accept terms of use. If you do not accept these terms, do not use this website :
{{index .errors "user.TermsOfUse"}}
{{template "footer.html" .}}