{{ define "title" }}Log in{{end}} {{ define "body" }}
{{ template "logo" . }}
{{template "login_form" . }}
{{ end }} {{ define "login_form" }}

Log in

Please fill in your credentials to proceed
Email {{ with .Form.Errors.Email }}
{{ . }}
{{ end }}
Password {{ with .Form.Errors.Password }}
{{ . }}
{{ end }}
{{ end }}