From 2ee31cf0acc6be7bdc0f5c662db3eb230efc0138 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 9 Aug 2024 00:54:23 +0200 Subject: Add a coin designs page for NL --- templates/coins_designs_nl.templ | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 templates/coins_designs_nl.templ (limited to 'templates/coins_designs_nl.templ') diff --git a/templates/coins_designs_nl.templ b/templates/coins_designs_nl.templ new file mode 100644 index 0000000..6689e15 --- /dev/null +++ b/templates/coins_designs_nl.templ @@ -0,0 +1,48 @@ +package templates + +import "git.thomasvoss.com/euro-cash.eu/i18n" + +templ CoinsDesignsNl() { + {{ p := ctx.Value("printer").(i18n.Printer) }} +
+ @navbar() +

{ p.T("Dutch Euro Coin Designs") }

+
+
+

+ { p.T("From 1999 to 2013, all Dutch denominations bore a portrait of Queen Beatrix of the Netherlands. Beginning in 2014 following her abdication, the coins began to bear the portrait of her son King Willem-Alexander.") } +

+

{ p.T("1-, 2-, 5-, 10-, 20- and 50 Euro Cent Coins") }

+
+ Netherlands Queen Beatrix 50 Euro Cent Coin + Netherlands King Willem-Alexander 50 Euro Cent Coin +
+

+ { p.T("All the denominations under a euro bear the same design. The coins featuring Queen Beatrix have a small portrait surrounded by various dots and the 12 stars of Europe. In the coins featuring King Willem-Alexander the stars were moved farther out and the dots removed to allow for a larger and more detailed portrait. The coins featuring King Willem-Alexander also feature the text ‘Willem-Alexander — Koning der Nederlanden’ (‘Willem-Alexander — King of the Netherlands’).") } +

+

{ p.T("1- and 2 Euro Coins") }

+
+ Netherlands Queen Beatrix 1 Euro Coin + Netherlands King Willem-Alexander 1 Euro Coin +
+

+ { p.T("The 1- and 2 Euro designs have more detailed portraits than the cent coins but follow the same general theme. The coins featuring King Willem-Alexander includes the same text as the cent coins while the coins featuring Queen Beatrix now feature the text ‘BEATRIX — KONINGIN DER NEDERLANDEN’ (‘BEATRIX — QUEEN OF THE NETHERLANDS’).") } +

+

+ + { p.T("The coins featuring King Willem-Alexander are minted with very low-relief in comparison to the coins featuring Queen Beatrix. As a result these coins often look very worn after little time in circulation.") } +

+
+} -- cgit v1.2.3