diff --git a/templates/500.html b/templates/500.html index 17ea210..14bf1e9 100644 --- a/templates/500.html +++ b/templates/500.html @@ -3,5 +3,9 @@ GoWatch Error {{end}} {{define "content"}} -

Something went wrong, try again.

+{{ if .message }} +

{{ .message }}

+{{ else }} +

Something went wrong, try again.

+{{ end }} {{end}} \ No newline at end of file