diff options
Diffstat (limited to 'src/templates/coins-designs-cy.html.tmpl')
| -rw-r--r-- | src/templates/coins-designs-cy.html.tmpl | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/templates/coins-designs-cy.html.tmpl b/src/templates/coins-designs-cy.html.tmpl new file mode 100644 index 0000000..2d26517 --- /dev/null +++ b/src/templates/coins-designs-cy.html.tmpl @@ -0,0 +1,34 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + +{{ define "content" }} +<header class="container"> + {{ template "navbar" . }} + <h1>{{ .Get "Cypriot Euro Coin Designs" }}</h1> +</header> +<main class="container"> + <figure> + <div class="design-container"> + <img alt="Cypriot €0.01 coin" src="/designs/cy-001-1.avif" /> + <img alt="Cypriot €0.50 coin" src="/designs/cy-050-1.avif" /> + <img alt="Cypriot €2.00 coin" src="/designs/cy-200-1.avif" /> + </div> + <figcaption> + {{ .Get "Cypriot coins (since 2008)" }} + </figcaption> + </figure> + {{ $langargs := (map "GreekStart" `<span lang="el"><em>` + "TurkishStart" `<span lang="tr"><em>` + "LangEnd" "em,span") }} + <p> + {{ .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 }} + </p> + <p> + {{ .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")) }} + </p> +</main> +{{ end }} |