diff options
Diffstat (limited to 'src/templates/index.html.tmpl')
-rw-r--r-- | src/templates/index.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/index.html.tmpl b/src/templates/index.html.tmpl index da35043..4091ef6 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> {{ 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> |