aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-ee.html.tmpl
diff options
context:
space:
mode:
authormarsmathis <marsmathis@marsmathis.com> 2025-07-26 16:35:52 +0200
committermarsmathis <marsmathis@marsmathis.com> 2025-07-26 16:35:52 +0200
commitef73f7916025a1dd018b961e7d67cfb8017acf3a (patch)
tree83cb1fe1e1e9a41a86d842179e2de3cff75e2ed7 /src/templates/coins-designs-ee.html.tmpl
parentcfc3da092326dab08cb3ec58286e07040f016452 (diff)
Added all coin files, renamed existing ones, and adapted links
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 }}
+