aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-nl.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/coins-designs-nl.html.tmpl')
-rw-r--r--src/templates/coins-designs-nl.html.tmpl50
1 files changed, 30 insertions, 20 deletions
diff --git a/src/templates/coins-designs-nl.html.tmpl b/src/templates/coins-designs-nl.html.tmpl
index 0f50b00..42008b1 100644
--- a/src/templates/coins-designs-nl.html.tmpl
+++ b/src/templates/coins-designs-nl.html.tmpl
@@ -9,26 +9,36 @@
</header>
<main class="container">
{{ $nlargs := (map "DutchStart" `<span lang="nl"><em>` "DutchEnd" "em,span") }}
- <div class="design-container">
- <img
- alt="Dutch €0.50 coin (Queen Beatrix)"
- src="/designs/nl-050-1.avif"
- />
- <img
- alt="Dutch €0.50 coin (King Willem-Alexander)"
- src="/designs/nl-050-2.avif"
- />
- </div>
- <div class="design-container">
- <img
- alt="Dutch €1 coin (Queen Beatrix)"
- src="/designs/nl-100-1.avif"
- />
- <img
- alt="Dutch €1 coin (King Willem-Alexander)"
- src="/designs/nl-100-2.avif"
- />
- </div>
+ <figure>
+ <div class="design-container">
+ <img
+ alt="Dutch €0.50 coin (Queen Beatrix)"
+ src="/designs/nl-050-1.avif"
+ />
+ <img
+ alt="Dutch €1 coin (Queen Beatrix)"
+ src="/designs/nl-100-1.avif"
+ />
+ </div>
+ <figcaption>
+ {{ .Get "Dutch coins (1999–2013)" }}
+ </figcaption>
+ </figure>
+ <figure>
+ <div class="design-container">
+ <img
+ alt="Dutch €0.50 coin (King Willem-Alexander)"
+ src="/designs/nl-050-2.avif"
+ />
+ <img
+ alt="Dutch €1 coin (King Willem-Alexander)"
+ src="/designs/nl-100-2.avif"
+ />
+ </div>
+ <figcaption>
+ {{ .Get "Dutch coins (since 2014)" }}
+ </figcaption>
+ </figure>
<p>
{{ .Get "From the years 1999–2013 all Dutch euro coins featured the portrait of Queen Beatrix of the Netherlands. After her abdication from the throne in 2013 the designs of all denominations were changed to feature the portrait of the new King Willem-Alexander. After her abdication the direction in which the monarchs portrait faced was flipped; a tradition shared by the coins of many monarchies around the world." }}
</p>