aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-de.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/coins-designs-de.html.tmpl')
-rw-r--r--src/templates/coins-designs-de.html.tmpl23
1 files changed, 14 insertions, 9 deletions
diff --git a/src/templates/coins-designs-de.html.tmpl b/src/templates/coins-designs-de.html.tmpl
index 118477e..702b5fc 100644
--- a/src/templates/coins-designs-de.html.tmpl
+++ b/src/templates/coins-designs-de.html.tmpl
@@ -1,3 +1,7 @@
+{{ define "header" }}
+{{ template "header-navbar" . }}
+{{ end }}
+
{{ define "content" }}
<header>
{{ template "navbar" . }}
@@ -24,40 +28,41 @@
</thead>
<tbody>
<tr>
- <td>{{ .Get "Berlin" }}</td>
+ <td>{{ .GetC "Berlin" "Place Name" }}</td>
<td>A</td>
</tr>
<tr>
- <td>{{ .Get "Munich" }}</td>
+ <td>{{ .GetC "Munich" "Place Name" }}</td>
<td>D</td>
</tr>
<tr>
- <td>{{ .Get "Stuttgart" }}</td>
+ <td>{{ .GetC "Stuttgart" "Place Name" }}</td>
<td>F</td>
</tr>
<tr>
- <td>{{ .Get "Karlsruhe" }}</td>
+ <td>{{ .GetC "Karlsruhe" "Place Name" }}</td>
<td>G</td>
</tr>
<tr>
- <td>{{ .Get "Hamburg" }}</td>
+ <td>{{ .GetC "Hamburg" "Place Name" }}</td>
<td>J</td>
</tr>
</tbody>
</table>
<p>
- {{ .Get "The bronze coins display an oak twig which is similar to the one found on the former Pfennig coins from the German Mark. The mint mark and year are located on the left- and right-hand sides of the stem." }}
+ {{ .Get "The 1c, 2c and 5c coins display an oak twig similar to that found on the former Pfennig coins of the German Mark (Germany’s pre-Euro currency). The mint mark and year are located on the left- and right-hand sides of the oak twig’s stem." }}
</p>
<p>
- {{ .Get "The gold coins feature the Brandenburg Gate, a symbol of Berlin and Germany as a whole, but also a symbol of German division and unity. The mint mark is located below the year." }}
+ {{ .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 bimetallic 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 German coat of arms — and represents strength and freedom. The mint mark is located to the right of the year." $deargs }}
+ {{ .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>
<!-- TODO: Get a picture of the edge-inscription -->
{{ .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 }}
+{{ end }} \ No newline at end of file