aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-ee.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/coins-designs-ee.html.tmpl')
-rw-r--r--src/templates/coins-designs-ee.html.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/templates/coins-designs-ee.html.tmpl b/src/templates/coins-designs-ee.html.tmpl
new file mode 100644
index 0000000..89c1d2f
--- /dev/null
+++ b/src/templates/coins-designs-ee.html.tmpl
@@ -0,0 +1,18 @@
+{{ define "content" }}
+<header>
+ {{ template "navbar" . }}
+ <h1>{{ .Get "Estonian Euro Coin Designs" }}</h1>
+</header>
+<main>
+ <p>
+ {{ .Get "The Estonian euro coins feature the same design across all eight denominations. The country’s outline is prominently displayed above the country’s name in Estonian (‘{EstonianStart:r}EESTI{EstonianEnd:E}’)."
+ (map "EstonianStart" `<span lang="et"><em>` "EstonianEnd" "em,span") }}
+ </p>
+ <div class="design-container">
+ <img
+ alt="{{ .Get `Estonian €1 coin` }}"
+ src="/designs/ee-100-1.avif"
+ >
+ </div>
+</main>
+{{ end }} \ No newline at end of file