From 548090e67f66acf84385c4152ca464e52d3e3319 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 13 Sep 2024 13:01:48 +0200 Subject: Migrate away from templ and towards html/template --- template/coins.templ | 53 ---------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 template/coins.templ (limited to 'template/coins.templ') diff --git a/template/coins.templ b/template/coins.templ deleted file mode 100644 index ef1b0a1..0000000 --- a/template/coins.templ +++ /dev/null @@ -1,53 +0,0 @@ -package template - -import "git.thomasvoss.com/euro-cash.eu/lib" - -const newsLinkStart = `` - -templ Coins() { - {{ p := ctx.Value("printer").(lib.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