{{ template "header.html" }}

Create Your Account

{{ if .Error }}
{{ .Message }}
{{ else if .RemoteExists }} {{ with .RemoteExists }}
This account is already registered. If you'd like to login with that account, click here:
If you would like to register with a different account, click here:
{{ end }} {{ else }}
{{ range $fe := .FormErrors }} {{ if eq $fe.Field "email" }}
{{ $fe.Error }}
{{ end }} {{ end }}
{{ if .Local }}
{{ range $fe := .FormErrors }} {{ if eq $fe.Field "password" }}
{{ $fe.Error }}
{{ end }} {{ end }}
{{ end }}
{{ end }}
{{ template "footer.html" }}