diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-01-01 11:04:32 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-01-01 11:04:32 +0100 |
commit | c6b35e190a8fa1fe1c609106e5d2b3bc206a6f08 (patch) | |
tree | 16e47c5e1b17ff5c8ab67d901f68926314240f19 | |
parent | 7cfdfd8bdfe4f8d7bf74348817f2c046412bd124 (diff) |
Fix formatting
-rw-r--r-- | src/templates/coins-designs.html.tmpl | 26 |
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 |