package templates import "git.thomasvoss.com/euro-cash.eu/i18n" const newsLinkStart = `` templ CoinsIndex() { {{ 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))


}