From 3273c65ef82123bf5edbe6d8616630b20a993ce1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 11 Aug 2024 03:13:10 +0200 Subject: Giant refactoring of the codebase --- templates/coins.templ | 53 --------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 templates/coins.templ (limited to 'templates/coins.templ') diff --git a/templates/coins.templ b/templates/coins.templ deleted file mode 100644 index 050d7e8..0000000 --- a/templates/coins.templ +++ /dev/null @@ -1,53 +0,0 @@ -package templates - -import "git.thomasvoss.com/euro-cash.eu/i18n" - -const newsLinkStart = `` - -templ Coins() { - {{ p := ctx.Value("printer").(i18n.Printer) }} -
- @navbar() -

{ p.T("Euro Coins") }

-
-
-

- @templ.Raw(p.T("On this section of the site you can find everything there is to know about the coins of the Eurozone. For the latest news on coin- and design releases, check out the %snews%s tab!", newsLinkStart, linkEnd)) -

-
-
- -
-
-} -- cgit v1.2.3