aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-be.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-23 22:18:23 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-23 22:18:23 +0200
commitcd42aaf59b1bd950f11bccdb04b8bca2e29b63ea (patch)
treef3891b1b56cfda61dc3ecf288c84c6b4de27b35b /src/templates/coins-designs-be.html.tmpl
parent39ef34912e46019e72bf342075d12d6d66416ded (diff)
More some pages to the new translations system
Diffstat (limited to 'src/templates/coins-designs-be.html.tmpl')
-rw-r--r--src/templates/coins-designs-be.html.tmpl48
1 files changed, 17 insertions, 31 deletions
diff --git a/src/templates/coins-designs-be.html.tmpl b/src/templates/coins-designs-be.html.tmpl
index 4dcd325..b8fb0ef 100644
--- a/src/templates/coins-designs-be.html.tmpl
+++ b/src/templates/coins-designs-be.html.tmpl
@@ -1,46 +1,32 @@
{{ define "content" }}
<header>
{{ template "navbar" . }}
- <h1>{{ .T "Belgian Euro Coin Designs" }}</h1>
+ <h1>{{ .Get "Belgian Euro Coin Designs" }}</h1>
</header>
<main>
<div class="design-container">
- <img alt="Belgian 1 euro coin" src="/designs/be-100-albert-1.avif">
- <img alt="Belgian 1 euro coin" src="/designs/be-100-albert-2.avif">
- <img alt="Belgian 1 euro coin" src="/designs/be-100-philippe.avif">
+ <img
+ alt="{{ .Get `Belgian €1 coin (King Albert; Series 1)` }}"
+ src="/designs/be-100-albert-1.avif"
+ >
+ <img
+ alt="{{ .Get `Belgian €1 coin (King Albert; Series 2)` }}"
+ src="/designs/be-100-albert-2.avif"
+ >
+ <img
+ alt="{{ .Get `Belgian €1 coin (King Philippe)` }}"
+ src="/designs/be-100-philippe.avif"
+ >
</div>
<p>
- {{ .T `
- Since 1999 Belgium has released three series of euro coins,
- which each series having a single design repeated on all
- denominations. Starting in 1999 the Belgian euro coins
- featured the portrait of King Albert II with the %sroyal
- monogram%s in the outer ring of the coins.
- `
- `<a
- target="_blank"
- href="https://www.wikipedia.org/wiki/Royal_cypher"
- >`
- `</a>` | safe }}
+ {{ .Get "Since 1999 Belgium has released three series of euro coins, with each series having a single design repeated on all denominations. Starting in 1999 the Belgian euro coins featured the portrait of King Albert II with the {Link:L}royal monogram{-:E} in the outer ring of the coins."
+ (map "Link" "https://www.wikipedia.org/wiki/Royal_cypher") }}
</p>
<p>
- {{ .T `
- In 2008 a second series of coins was released featuring a
- slightly-modified design in which the royal monogram was
- moved to the inner portion of the coin along with the year of
- mintage in order to comply with the European Commission’s
- guidelines. The country code ‘BE’ was also added to the
- design underneath the royal monogram.
- ` }}
+ {{ .Get "In 2008 a second series of coins was released featuring a slightly modified design in which the royal monogram was moved to the inner portion of the coin along with the year of mintage in order to comply with the European Commission’s guidelines. The country code ‘BE’ was also added to the design underneath the royal monogram." }}
</p>
<p>
- {{ .T `
- After his accession to the throne Belgium began a third
- series of coins in 2014 featuring the portrait of King
- Philippe. As is customary with coins bearing the portraits
- of monarchs, the direction in which the portrait faces was
- flipped to face right instead of left.
- ` }}
+ {{ .Get "After his accession to the throne, Belgium began a third series of coins in 2014 featuring the portrait of King Philippe. As is customary with coins bearing the portraits of monarchs, the direction in which the portrait faces was flipped to face right instead of left." }}
</p>
</main>
{{ end }} \ No newline at end of file