aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-de.html.tmpl
blob: 58184911dfd1155cd6a91a32c0f3728be16c0884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 }}