aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/jargon.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-02 00:24:54 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-02 00:24:54 +0200
commitdb7dc92fc8726a0a89b26fbac5480d9e3847a55f (patch)
treefe18d99059bff6d10800c9c1ce28ceee90662680 /src/templates/jargon.html.tmpl
parentafe6a6c8b77a7f1ae99190ab782cdba1f5ee422d (diff)
Change how we do headers
Diffstat (limited to 'src/templates/jargon.html.tmpl')
-rw-r--r--src/templates/jargon.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl
index 79519aa..f73ed5f 100644
--- a/src/templates/jargon.html.tmpl
+++ b/src/templates/jargon.html.tmpl
@@ -1,4 +1,8 @@
+{{ define "header" }}
+{{ template "header-navbar" . }}
+{{ end }}
{{ define "content" }}
+
<header>
{{ template "navbar" . }}
<h1>{{ .Get "Euro Cash Jargon" }}</h1>
@@ -67,4 +71,4 @@
{{ index . 1 }}
</a>
</dt>
-{{ end }}
+{{ end }} \ No newline at end of file