diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 11:49:47 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 11:49:47 +0200 |
commit | 8ece9e8a6de8e0dd1d5ee0318884e9a4e131b026 (patch) | |
tree | 41dafaee9597a1a5b61d49358f60354a1af99ef9 /template.old/404.templ | |
parent | 141b94b694efa7663e113ccf4b3f08aea08a84f8 (diff) |
Remove the template.old/ directory
Diffstat (limited to 'template.old/404.templ')
-rw-r--r-- | template.old/404.templ | 16 |
1 files changed, 0 insertions, 16 deletions
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) }} - <header> - @navbar() - <h1>{ p.T("Page Not Found") }</h1> - </header> - <main> - <p> - @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)) - </p> - </main> -} |