{{ define "title" }}Setup{{end}} {{ define "body" }}
{{ template "logo" . }}
{{template "setup_form" . }}
{{ end }} {{ define "setup_form" }}

Setup

Create your admin account
Name {{ with .Form.Errors.Name }}
{{ . }}
{{ end }}
E-mail {{ with .Form.Errors.Email }}
{{ . }}
{{ end }}
Password {{ with .Form.Errors.Password }}
{{ . }}
{{ end }}
{{ end }}