diff --git a/templates/errorPage.tmpl b/templates/errorPage.tmpl index 05e19d5..89da604 100644 --- a/templates/errorPage.tmpl +++ b/templates/errorPage.tmpl @@ -4,15 +4,18 @@
-

- {{ .Status }} - {{ .StatusText }} +

+ Error {{ .Status }}

+

+ {{ .StatusText }} +

{{ if .DevelMode }} -

- Error: {{ .Error }}
+

+ Debug: {{ .Error }}

{{ end }} -