summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/templates/coins-designs.html.tmpl26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/templates/coins-designs.html.tmpl b/src/templates/coins-designs.html.tmpl
index 6f82c5e..05ff440 100644
--- a/src/templates/coins-designs.html.tmpl
+++ b/src/templates/coins-designs.html.tmpl
@@ -4,7 +4,7 @@
<h1>{{ .T "Euro Coin Designs" }}</h1>
</header>
<main>
- <p>
+ <p>
{{ .T `
Here you’ll be able to view all the coin designs for each country
in the Eurozone. This section of the site doesn’t include minor
@@ -13,19 +13,19 @@
`<a href="/coins/varieties">` `</a>` | safe
}}
</p>
- <hr />
- <div class="country-grid">
+ <hr />
+ <div class="country-grid">
{{ $p := .Printer }}
{{ range .Countries }}
- <a
- class="outline"
- data-code={{ toUpper .Code }}
- role="button"
- href=/coins/designs/{{ .Code }}
- >
- {{ $p.T .Name }}
- </a>
+ <a
+ class="outline"
+ data-code={{ toUpper .Code }}
+ role="button"
+ href=/coins/designs/{{ .Code }}
+ >
+ {{ $p.T .Name }}
+ </a>
{{ end }}
- </div>
+ </div>
</main>
-{{ end }}
+{{ end }} \ No newline at end of file