summaryrefslogtreecommitdiffhomepage
path: root/src/templates/index.html.tmpl
blob: fafd0eedbe99d1457237945419a2af0198111f96 (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
{{ define "content" }}
<header>
	{{ template "navbar" . }}
	<hgroup>
		<h1>{{ .T "The Euro Cash Compendium" }}</h1>
		<p>
			{{ .T "United in" }}
			<del>{{ .T "diversity" }}</del>
			<ins>{{ .T "cash" }}</ins>
		</p>
	</hgroup>
</header>
<main>
	<p>
		{{ .T `
			Welcome to the Euro Cash Compendium.  This sites aims to be a
			resource for you to discover everything there is to know about the
			coins and banknotes of the Euro, a currency that spans 26 countries
			and 350 million people. We also have dedicated sections of the site
			for collectors.
		` }}
	</p>
</main>
{{ end }}