{{define "content"}}
{{template "messages" .}}
{{template "field-errors" (.Form.Submission.GetFieldErrors "Email")}}
{{template "field-errors" (.Form.Submission.GetFieldErrors "Password")}}

Cancel

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