From a47ac6647cfe5a7ff079234042576589e23ae8ef Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 6 Nov 2025 01:56:55 +0100 Subject: Add Finnish designs --- src/templates/coins-designs-fi.html.tmpl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/templates/coins-designs-fi.html.tmpl diff --git a/src/templates/coins-designs-fi.html.tmpl b/src/templates/coins-designs-fi.html.tmpl new file mode 100644 index 0000000..3bbe238 --- /dev/null +++ b/src/templates/coins-designs-fi.html.tmpl @@ -0,0 +1,32 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + +{{ define "content" }} +
+ {{ template "navbar" . }} +

{{ .Get "Finnish Euro Coin Designs" }}

+
+
+
+ {{ .Get `Finnish €0.01 coin` }} + {{ .Get `Finnish €1.00 coin` }} + {{ .Get `Finnish €2.00 coin` }} +
+

+ {{ .Get "The Finnish euro coins feature 3 different designs: one for the cents, one for the €1 coin and one for the €2 coin. All coins minted between 1999–2006 bear the mintmaster mark ‘M’ for Raimo Makkonen. From 2007 onwards, the mintmaster mark was replaced with the logo of the Mint of Finland and the Finnish country code (‘FI’) was added." }} +

+

+ {{ .Get "The cent coins feature the Finnish heraldic lion that can be found on the {Link:L}Finnish coat of arms{-:E}. It was also found on various Finnish Mark coins from 1921–2001." + (map "Link" (.Printer.Wikipedia "Coat of arms of Finland")) }} +

+

+ {{ .Get "The €1 coin features two {Link:L}Whooper swans{-:E} – the national bird of Finland – flying over a Finnish landscape. The coin was designed by Pertti Mäkinen as part of a design contest for a commemorative coin design in 1997 to celebrate the 80th anniversary of Finnish independence." + (map "Link" (.Printer.Wikipedia "Whooper swan")) }} +

+

+ + {{ .Get "The €2 coin was designed by Raimo Heino and features a motif of cloudberries and cloudberry flowers. This design was made as part of a design contest hosted in 1988." }} +

+
+{{ end }} -- cgit v1.2.3