aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/index.html.tmpl
blob: da350435959f4ba58c157a3c6d038d79a7393890 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{ define "content" }}
<header>
	{{ template "navbar" . }}
	<hgroup>
		<h1>{{ .Get "The Euro Cash Wiki" }}</h1>
		<p>
			{{/* TRANSLATORS: Beginning of sentence, as in ‘United in …’ */}}
			{{ .Get "United in" }}
			<del>{{ .Get "diversity" }}</del>
			<ins>{{ .Get "cash" }}</ins>
		</p>
	</hgroup>
</header>
<main>
	<!-- TODO(2026): s/26/27/; Welcome Bulgaria! -->
	<p>
		{{ .Get "Welcome to the Euro Cash Wiki! 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 }}