{{define "signup"}} Sign Up - Hummingbard {{template "common-head" .}}
{{template "header" Map "Page" . "Name" "signup"}}
{{if .UserExists}}
That username is already taken.
{{end}} {{if .ServerDown}}
Account could not be created.
{{end}} {{if .SignupError}} {{end}} {{if .Interactive}} {{end}}
{{template "state" .}}
{{end}}