go-watch/web/templates/500.html

11 lines
No EOL
183 B
HTML

{{define "title"}}
GoWatch Error
{{end}}
{{define "content"}}
{{ if .message }}
<h1>{{ .message }}</h1>
{{ else }}
<h1>Something went wrong, try again.</h1>
{{ end }}
{{end}}