summaryrefslogtreecommitdiffhomepage
path: root/src/templates/index.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/index.html.tmpl')
-rw-r--r--src/templates/index.html.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/templates/index.html.tmpl b/src/templates/index.html.tmpl
new file mode 100644
index 0000000..9a26046
--- /dev/null
+++ b/src/templates/index.html.tmpl
@@ -0,0 +1,18 @@
+{{ 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 }}