diff options
Diffstat (limited to 'src/templates/index.html.tmpl')
-rw-r--r-- | src/templates/index.html.tmpl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/templates/index.html.tmpl b/src/templates/index.html.tmpl index da35043..d560c64 100644 --- a/src/templates/index.html.tmpl +++ b/src/templates/index.html.tmpl @@ -1,9 +1,14 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + {{ define "content" }} -<header> +<header class="container"> {{ template "navbar" . }} <hgroup> <h1>{{ .Get "The Euro Cash Wiki" }}</h1> <p> + <!-- TODO: Just make this one translation --> {{/* TRANSLATORS: Beginning of sentence, as in ‘United in …’ */}} {{ .Get "United in" }} <del>{{ .Get "diversity" }}</del> @@ -11,7 +16,7 @@ </p> </hgroup> </header> -<main> +<main class="container"> <!-- 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." }} |