diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 22:18:23 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 22:18:23 +0200 |
commit | cd42aaf59b1bd950f11bccdb04b8bca2e29b63ea (patch) | |
tree | f3891b1b56cfda61dc3ecf288c84c6b4de27b35b /src/templates/coins.html.tmpl | |
parent | 39ef34912e46019e72bf342075d12d6d66416ded (diff) |
More some pages to the new translations system
Diffstat (limited to 'src/templates/coins.html.tmpl')
-rw-r--r-- | src/templates/coins.html.tmpl | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/templates/coins.html.tmpl b/src/templates/coins.html.tmpl index 481771c..6fbdf15 100644 --- a/src/templates/coins.html.tmpl +++ b/src/templates/coins.html.tmpl @@ -1,14 +1,11 @@ {{ define "content" }} <header> {{ template "navbar" . }} - <h1>{{ .T "Euro Coins" }}</h1> + <h1>{{ .Get "Euro Coins" }}</h1> </header> <main> <p> - {{ .T ` - On this section of the site you can find everything there is to - know about the coins of the Eurozone. - ` }} + {{ .Get "On this section of the site you can find everything there is to know about the coins of the Eurozone." }} </p> <hr /> <section> @@ -16,30 +13,30 @@ <a class="no-deco" href="/coins/designs"> <article> <header> - <h3>{{ .T "Designs" }}</h3> + <h3>{{ .Get "Designs" }}</h3> </header> <main> - {{ .T "View the 600+ different Euro-coin designs!" }} + {{ .Get "View the 600+ different Euro-coin designs!" }} </main> </article> </a> <a class="no-deco" href="/coins/mintages"> <article> <header> - <h3>{{ .T "Mintages" }}</h3> + <h3>{{ .Get "Mintages" }}</h3> </header> <main> - {{ .T "View the mintage figures of all the Euro coins!" }} + {{ .Get "View the mintage figures of all the Euro coins!" }} </main> </article> </a> <a class="no-deco" href="/coins/varieties"> <article> <header> - <h3>{{ .T "Varieties" }}</h3> + <h3>{{ .Get "Varieties" }}</h3> </header> <main> - {{ .T "View all the known Euro varieties!" }} + {{ .Get "View all the known Euro varieties!" }} </main> </article> </a> |