{{ define "comics/publisher.html" }} {{ template "header.html" .}} {{ template "comics/menu.html" .}}
{{ if .ErrorTitle}}

{{.ErrorTitle}}: {{.ErrorMessage}}

{{end}}
{{ if .payload.Name }} {{ else }} {{ end }}
{{ if eq .action "Save" }} {{ end }}
{{ template "footer.html" .}} {{ end }}