aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-de.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-11-03 13:52:36 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-11-03 13:52:36 +0100
commit15f841ab43fd9b431e93d2e870c23ae7695929cc (patch)
treeaa62f3868832ff74bcceba7d9ba57cd89e592796 /src/templates/coins-designs-de.html.tmpl
parent6f65883c6ca833dc03e4c6f4ae28fae71681caff (diff)
Fix a lot of UI issuesHEADmaster
Diffstat (limited to 'src/templates/coins-designs-de.html.tmpl')
-rw-r--r--src/templates/coins-designs-de.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/templates/coins-designs-de.html.tmpl b/src/templates/coins-designs-de.html.tmpl
index 702b5fc..b2f8132 100644
--- a/src/templates/coins-designs-de.html.tmpl
+++ b/src/templates/coins-designs-de.html.tmpl
@@ -3,11 +3,11 @@
{{ end }}
{{ define "content" }}
-<header>
+<header class="container">
{{ template "navbar" . }}
<h1>{{ .Get "German Euro Coin Designs" }}</h1>
</header>
-<main>
+<main class="container">
{{ $deargs := (map "GermanStart" `<span lang="de"><em>` "GermanEnd" "em,span") }}
<div class="design-container">
@@ -22,8 +22,8 @@
<table>
<thead>
<tr>
- <th>{{ .Get "City" }}</th>
- <th>{{ .Get "Mintmark" }}</th>
+ <th>{{ .GetC "City" "Header/Label" }}</th>
+ <th>{{ .GetC "Mintmark" "Header/Label" }}</th>
</tr>
</thead>
<tbody>
@@ -57,7 +57,7 @@
{{ .Get "The 10c, 20c and 50c coins feature the Brandenburg Gate, a symbol of Berlin and of Germany as a whole, but also a symbol of German division and unity. The mint mark is located below the year." }}
</p>
<p>
- {{ .Get "The €1 and €2 coins feature an interpretation of the German Federal Eagle (German: ‘{GermanStart:r}Bundesadler{GermanEnd:E}’). The eagle is a common motif in German heraldry — including in the {Link:L}German coat of arms{-:E} — and represents strength and freedom. The mint mark is located to the right of the year."
+ {{ .Get "The €1 and €2 coins feature an interpretation of the German Federal Eagle (German: ‘{GermanStart:r}Bundesadler{GermanEnd:E}’). The eagle is a common motif in German heraldry – including in the {Link:L}German coat of arms{-:E} – and represents strength and freedom. The mint mark is located to the right of the year."
(map "Link" (.Printer.Wikipedia "Coat of arms of Germany")) $deargs }}
</p>
<p>
@@ -65,4 +65,4 @@
{{ .Get "The €2 coin also features an edge-inscription of Germany’s national motto and incipit of Germany’s national anthem. It reads ‘{GermanStart:r}EINIGKEIT UND RECHT UND FREIHEIT{GermanEnd:E}’ (English: ‘UNITY AND JUSTICE AND FREEDOM’)." $deargs }}
</p>
</main>
-{{ end }} \ No newline at end of file
+{{ end }}