{{define "upload"}} {{if .Errors}}

Errors:

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