aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/templates/coins-designs-cy.html.tmpl29
-rw-r--r--src/wikipedia/links.gen.go2
2 files changed, 31 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..30ad7c5
--- /dev/null
+++ b/src/templates/coins-designs-cy.html.tmpl
@@ -0,0 +1,29 @@
+{{ define "header" }}
+{{ template "header-navbar" . }}
+{{ end }}
+
+{{ define "content" }}
+<header class="container">
+ {{ template "navbar" . }}
+ <h1>{{ .Get "Cypriot Euro Coin Designs" }}</h1>
+</header>
+<main class="container">
+ <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>
+ {{ $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 }}
diff --git a/src/wikipedia/links.gen.go b/src/wikipedia/links.gen.go
index 42900cc..e409440 100644
--- a/src/wikipedia/links.gen.go
+++ b/src/wikipedia/links.gen.go
@@ -8,6 +8,8 @@ var extractedTitles = [...]string{
"Dubravka (drama)",
"Eurovision Song Contest",
"Glagolitic script",
+ "Idol of Pomos",
+ "Kyrenia (ship)",
"Nikola Tesla",
"Royal cypher",
}