diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-03 13:52:36 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-03 13:52:36 +0100 |
| commit | 15f841ab43fd9b431e93d2e870c23ae7695929cc (patch) | |
| tree | aa62f3868832ff74bcceba7d9ba57cd89e592796 /src/templates/coins-designs-be.html.tmpl | |
| parent | 6f65883c6ca833dc03e4c6f4ae28fae71681caff (diff) | |
Diffstat (limited to 'src/templates/coins-designs-be.html.tmpl')
| -rw-r--r-- | src/templates/coins-designs-be.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/coins-designs-be.html.tmpl b/src/templates/coins-designs-be.html.tmpl index 85746e6..babb76b 100644 --- a/src/templates/coins-designs-be.html.tmpl +++ b/src/templates/coins-designs-be.html.tmpl @@ -16,11 +16,11 @@ {{ end }} {{ define "content" }} -<header> +<header class="container"> {{ template "navbar" . }} <h1>{{ .Get "Belgian Euro Coin Designs" }}</h1> </header> -<main> +<main class="container"> <div class="design-container"> <img alt="{{ .Get `Belgian €1 coin (King Albert; Series 1)` }}" @@ -60,4 +60,4 @@ {{ .Get "After his accession to the throne in 2014, Belgium switched to a third series of coins featuring the portrait of King Philippe. As is customary with coins bearing the portraits of monarchs, the direction in which the portrait faces was flipped from the prior series to face right instead of left." }} </p> </main> -{{ end }}
\ No newline at end of file +{{ end }} |