11 lines
No EOL
183 B
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}} |