From db7dc92fc8726a0a89b26fbac5480d9e3847a55f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 00:24:54 +0200 Subject: Change how we do headers --- src/templates/index.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/templates/index.html.tmpl') 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" }}
{{ template "navbar" . }}

{{ .Get "The Euro Cash Wiki" }}

+ {{/* TRANSLATORS: Beginning of sentence, as in ‘United in …’ */}} {{ .Get "United in" }} {{ .Get "diversity" }} -- cgit v1.2.3