summaryrefslogtreecommitdiffhomepage
path: root/src/templates/-error.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/-error.html.tmpl')
-rw-r--r--src/templates/-error.html.tmpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/templates/-error.html.tmpl b/src/templates/-error.html.tmpl
new file mode 100644
index 0000000..47bff81
--- /dev/null
+++ b/src/templates/-error.html.tmpl
@@ -0,0 +1,23 @@
+{{ define "content" }}
+<header>
+ {{ template "navbar" . }}
+ <h1>{{ .Code }} {{ .Msg }}</h1>
+</header>
+<main>
+ <p>
+ {{ .T `
+ If you’re seeing this page, it means that something went wrong on
+ our end that we need to fix. Our team has been notified of this
+ error, and we apologise for the inconvenience.
+ ` }}
+ </p>
+ <p>
+ {{ .T `
+ If this issue persists, don’t hesitate to contact @onetruemangoman
+ on Discord or to email us at %s.`
+ `<a href="https://git.thomasvoss.com/www.euro-cash.eu"
+ target="_blank">` | safe
+ }}
+ </p>
+</main>
+{{ end }}