From 324609cf70e2e8cfcf74b7d22ddd45407eb103dd Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 15 Oct 2020 17:48:20 +0200 Subject: Add error template and favicon support --- templates/error.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/error.html (limited to 'templates') diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..202e53a --- /dev/null +++ b/templates/error.html @@ -0,0 +1,7 @@ +{{define "title"}}Index{{end}} +{{define "content"}} +
+

Error: {{.Error}}

+

Please try refreshing

+
+{{end}} -- cgit v1.2.3