Ballot Studio
{{ if .User }}
hello {{ .User.Username }}
{{if .ElectionIds}}
Election Documents
{{range .ElectionIds}}- {{.}}
{{end}}
{{end}}
{{ else }}
{{ if .AuthMods }}
Sign in with another service:
{{ range .AuthMods }}
{{ .Name }}
{{ end }}
{{ end }}
{{ end }}