From 8ece9e8a6de8e0dd1d5ee0318884e9a4e131b026 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 21 Sep 2024 11:49:47 +0200 Subject: Remove the template.old/ directory --- template.old/404.templ | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 template.old/404.templ (limited to 'template.old/404.templ') diff --git a/template.old/404.templ b/template.old/404.templ deleted file mode 100644 index 9a03b43..0000000 --- a/template.old/404.templ +++ /dev/null @@ -1,16 +0,0 @@ -package template - -import "git.thomasvoss.com/euro-cash.eu/lib" - -templ NotFound() { - {{ p := ctx.Value("printer").(lib.Printer) }} -
- @navbar() -

{ p.T("Page Not Found") }

-
-
-

- @templ.Raw(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 to email us at %s.", contactEmail)) -

-
-} -- cgit v1.2.3