From c205c5d251b25533ee688472a65bfee41f184a57 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 4 Jun 2023 11:59:25 +0200 Subject: [PATCH] errorPage.tmpl: update appearance [skip ci] --- templates/errorPage.tmpl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 }} -