aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates
diff options
context:
space:
mode:
authormarsmathis <marsmathis@marsmathis.com> 2025-07-24 04:33:20 +0200
committermarsmathis <marsmathis@marsmathis.com> 2025-07-24 04:33:20 +0200
commit3a711cdce4b8e86a50db82c8ee2463c06ab9ffc9 (patch)
treef1d04f5a1f091f0df215fc6a3ec4fdb6e4669f02 /src/templates
parent59c3060d1d1854ed5743ab6f0618d05438b5a466 (diff)
Added German designs
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/coins-designs-de.html.tmpl39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/templates/coins-designs-de.html.tmpl b/src/templates/coins-designs-de.html.tmpl
new file mode 100644
index 0000000..5818491
--- /dev/null
+++ b/src/templates/coins-designs-de.html.tmpl
@@ -0,0 +1,39 @@
+{{ define "content" }}
+<header>
+ {{ template "navbar" . }}
+ <h1>{{ .Get "German Euro Coin Designs" }}</h1>
+</header>
+<main>
+ <p>
+ {{ .Get "The German euro coins feature three different designs. A unique feature of German euro coins are the mint marks on each coin. German has five active mints today: Berlin (A), Munich (D), Stuttgart (F), Karlsruhe (G), and Hamburg (J)." }}
+ </p>
+ <p>
+ {{ .Get "The bronze coins display an oak twig which is similar to the one found on the old Pfennig coins from the D-Mark era. The mint mark is located on the left hand side of the stem of the oak twig." }}
+ </p>
+ <div class="design-container">
+ <img
+ alt="{{ .Get `German €0.01 coin` }}"
+ src="/designs/de-001.avif"
+ >
+ </div>
+ <p>
+ {{ .Get "The bronze coins feature the Brandenburg Gate, a symbol of Berlin and Germany as a whole as it is inextricably linked with German division and subsequent reunification. The mint mark is located below the year." }}
+ </p>
+ <div class="design-container">
+ <img
+ alt="{{ .Get `German €0.10 coin` }}"
+ src="/designs/de-010.avif"
+ >
+ </div>
+ <p>
+ {{ .Get "The bimetallic coins feature the German eagle. The eagle is a common motif in German heraldry and represents strength and freedom. The mint mark is located to the right of the year." }}
+ </p>
+ <div class="design-container">
+ <img
+ alt="{{ .Get `German €1 coin` }}"
+ src="/designs/de-100.avif"
+ >
+ </div>
+</main>
+{{ end }}
+