{{template "header" .}}
{{if not .Success}}

If you upload your CSV file from {{.Title}} here, we will display some graphs here

{{ if eq .Title "Cake" }}
{{ else }} {{ end }}
{{if .Uploaded}} {{if ne .ErrorText ""}}

{{.ErrorText}}

{{end}} {{end}} {{else}} {{template "barGraph" .}} {{end}}
{{template "footer" .}}