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))


}