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..0624931
--- /dev/null
+++ b/src/templates/coins-designs-ee.html.tmpl
@@ -0,0 +1,18 @@
+{{ define "content" }}
+<header>
+ {{ template "navbar" . }}
+ <h1>{{ .Get "German Euro Coin Designs" }}</h1>
+</header>
+<main>
+ <p>
+ {{ .Get "The Estonian euro coins all feature the same design across all eight denominations. The country’s outline is displayed above the text “EESTI”, the country’s name in its own language." }}
+ </p>
+ <div class="design-container">
+ <img
+ alt="{{ .Get `Estonian €1 coin` }}"
+ src="/designs/ee-100-1.avif"
+ >
+ </div>
+</main>
+{{ end }}
+