diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-26 20:29:08 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-26 20:29:08 +0200 |
commit | a89da62db88611c141f123887d0197ca19c32407 (patch) | |
tree | 1180c1c3dc0517746cee90b8cec5576a6199e9e1 /src/templates/404.html.tmpl | |
parent | 571726b98d2a4a7cce73e6ecddbb36e0771bcfe5 (diff) |
Figure out the templates automatically
Diffstat (limited to 'src/templates/404.html.tmpl')
-rw-r--r-- | src/templates/404.html.tmpl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/templates/404.html.tmpl b/src/templates/404.html.tmpl deleted file mode 100644 index c86dc30..0000000 --- a/src/templates/404.html.tmpl +++ /dev/null @@ -1,16 +0,0 @@ -{{ define "content" }} -<header> - {{ template "navbar" . }} - <h1>{{ .T "Page Not Found" }}</h1> -</header> -<main> - <p> - {{ .T ` - The page you were looking for does not exist. If you believe this - is a mistake then don’t hesitate to contact @onetruemangoman on - Discord or email us at %s.` - `<a href="mailto:mail@euro-cash.eu">mail@euro-cash.eu</a>` | safe - }} - </p> -</main> -{{ end }} |