summaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-nl.html.tmpl
blob: 9bb8d774b24a446958c4a084d817c720a399a8ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{{ define "content" }}
<header>
	{{ template "navbar" . }}
	<h1>{{ .T "Dutch Euro Coin Designs" }}</h1>
</header>
<main>
	<div class="design-container">
		<img
			src="/designs/nl-050-beatrix.png"
			alt="Netherlands Queen Beatrix €0.50 Coin"
		/>
		<img
			src="/designs/nl-050-willem-alexander.png"
			alt="Netherlands King Willem-Alexander €0.50 Coin"
		/>
	</div>
	<div class="design-container">
		<img
			src="/designs/nl-100-beatrix.png"
			alt="Netherlands Queen Beatrix €1 Coin"
		/>
		<img
			src="/designs/nl-100-willem-alexander.png"
			alt="Netherlands King Willem-Alexander €1 Coin"
		/>
	</div>
	<p>
		{{ .T `
			From the years 1999–2013 all Dutch euro coins featured the portrait
			of Queen Beatrix of the Netherlands.  After her abdication from the
			throne in 2013 the designs of all denominations were changed to
			feature the portrait of the new King Willem-Alexander.  After her
			abdication the direction in which the monarchs portrait faced was
			flipped; a tradition dating back to the earliest coins of the
			Kingdom of the Netherlands.
		` }}
	</p>
	<p>
		{{ .T `
			Coins featuring both monarchs contain text reading ‘BEATRIX
			KONINGIN DER NEDERLANDEN’ (‘BEATRIX QUEEN OF THE NETHERLANDS’) and
			‘Willem-Alexander Koning der Nederlanden’ (‘Willem-Alexander King
			of the Netherlands’) respectively.
		` }}
	</p>
	<p>
		{{ .T `
			The €1 and €2 coins featuring King Willem-Alexander were minted
			with a much lower %srelief%s than most euro coins of the same
			denomination.  As a result it is not uncommon for these coins to
			appear worn after little use in circulation.`
			`<a href="/jargon#relief">` `</a>` | safe
		}}
	</p>
</main>
{{ end }}