From 1f36615b7b142b92ee89b14dd40aa694b99efbd4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 5 Nov 2025 17:52:15 +0100 Subject: Add a designs page for Cyprus --- src/templates/coins-designs-cy.html.tmpl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/templates/coins-designs-cy.html.tmpl (limited to 'src/templates/coins-designs-cy.html.tmpl') diff --git a/src/templates/coins-designs-cy.html.tmpl b/src/templates/coins-designs-cy.html.tmpl new file mode 100644 index 0000000..30ad7c5 --- /dev/null +++ b/src/templates/coins-designs-cy.html.tmpl @@ -0,0 +1,29 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + +{{ define "content" }} +
+ {{ template "navbar" . }} +

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

+
+
+
+ Cypriot €0.01 coin + Cypriot €0.50 coin + Cypriot €2.00 coin +
+ {{ $langargs := (map "GreekStart" `` + "TurkishStart" `` + "LangEnd" "em,span") }} +

+ {{ .Get "The Cypriot euro coins feature 3 different designs across the three different coin types (bronze, gold and bimetallic). Along with each design’s unique motif, all designs feature the country’s name in both of the island’s official languages (Greek: ‘{GreekStart:r}ΚΥΠΡΟΣ{LangEnd:E}’, Turkish: ‘{TurkishStart:r}KIBRIS{LangEnd:E}’)." + $langargs }} +

+

+ {{ .Get "The 1c, 2c and 5c coins feature two mouflons, a wild sheep native to Cyprus, symbolising the island’s wildlife. The 10c, 20c and 50c coins feature the {LinkK:L}Kyrenia{-:E}, an ancient Greek merchent ship that sank circa 294 BC; it represents the importance of seafaring to Cyprus’ history as well as its importance as a centre of trade. Finally, the €1 and €2 coins feature the {LinkI:L}Idol of Pomos{-:E}, a stone prehistoric sculpture found near the Cypriot village of Pomos. The sculpture is currently on display in the Cyprus Museum in Nicosia." + (map "LinkK" (.Printer.Wikipedia "Kyrenia (ship)") + "LinkI" (.Printer.Wikipedia "Idol of Pomos")) }} +

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