{{define "submission"}} {{if .Errors}}

Errors:

    {{range .Errors}}
  1. {{.}}
  2. {{end}}
{{else}} Profile successfully submitted.
Note: Refreshing the page will produce a duplicate entry. {{end}} {{end}}