{{define "content"}}
{{template "field-errors" (.Form.GetFieldErrors "Password")}}
{{template "field-errors" (.Form.GetFieldErrors "ConfirmPassword")}}

{{template "csrf" .}}
{{end}}