summaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-mintages.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/coins-mintages.html.tmpl')
-rw-r--r--src/templates/coins-mintages.html.tmpl23
1 files changed, 20 insertions, 3 deletions
diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl
index d6c743b..b410e6e 100644
--- a/src/templates/coins-mintages.html.tmpl
+++ b/src/templates/coins-mintages.html.tmpl
@@ -5,17 +5,34 @@
</header>
<main>
<p>
- {{ .T "Here you’ll be able to view all the known mintages for all coins. You’ll also be able to filter on country, denomination, etc. If you have any mintage data that’s missing from our site, feel free to contact us." }}
+ {{ .T `
+ Here you’ll be able to view all the known mintages for all
+ coins. You’ll also be able to filter on country, denomination,
+ etc. If you have any mintage data that’s missing from our site,
+ feel free to contact us.
+ ` }}
</p>
<hr />
{{ if eq .Code "nl" }}
<h2>{{ .T "Additional Notes" }}</h2>
<ul>
<li>
- {{ .T "Most coins from the years 2003–2016 are listed as NIFC coins while other popular sources such as Numista claim they were minted for circulation. For more information on why others are wrong, %sclick here%s." `<a href="#TODO">` `</a>` | safe }}
+ {{ .T `
+ Most coins from the years 2003–2016 are listed as NIFC coins
+ while other popular sources such as Numista claim they were
+ minted for circulation. For more information on why others are
+ wrong, %sclick here%s.`
+ `<a href="#TODO">` `</a>` | safe
+ }}
</li>
<li>
- {{ .T "In 2003 Numista calculated a total of %d coins issued for coin sets per denomination. Our own calculations found only %d. Numista also forgot to include the many hundred thousand coins from the coin roll sets that were produced." 217503 177003 }}
+ {{ .T `
+ In 2003 Numista calculated a total of %d coins issued for coin
+ sets per denomination. Our own calculations found only
+ %d. Numista also forgot to include the many hundred thousand
+ coins from the coin roll sets that were produced.`
+ 217503 177003
+ }}
</li>
</ul>
{{ end }}