aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/-base.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/-base.html.tmpl
parentafe6a6c8b77a7f1ae99190ab782cdba1f5ee422d (diff)
Change how we do headers
Diffstat (limited to 'src/templates/-base.html.tmpl')
-rw-r--r--src/templates/-base.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/-base.html.tmpl b/src/templates/-base.html.tmpl
index 42ec216..62f3301 100644
--- a/src/templates/-base.html.tmpl
+++ b/src/templates/-base.html.tmpl
@@ -33,7 +33,8 @@
});
})();
</script>
- {{ includeIfExists "header" . }}
+
+ {{ template "header" . }}
</head>
<body>
{{ template "content" . }}