go-watch/templates/500.html
2022-12-21 21:30:21 +00:00

7 lines
No EOL
112 B
HTML

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