diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 00:24:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 00:24:54 +0200 |
commit | db7dc92fc8726a0a89b26fbac5480d9e3847a55f (patch) | |
tree | fe18d99059bff6d10800c9c1ce28ceee90662680 /src/templates/coins-designs-ee.html.tmpl | |
parent | afe6a6c8b77a7f1ae99190ab782cdba1f5ee422d (diff) |
Change how we do headers
Diffstat (limited to 'src/templates/coins-designs-ee.html.tmpl')
-rw-r--r-- | src/templates/coins-designs-ee.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/templates/coins-designs-ee.html.tmpl b/src/templates/coins-designs-ee.html.tmpl index f6d6354..ad1a1dc 100644 --- a/src/templates/coins-designs-ee.html.tmpl +++ b/src/templates/coins-designs-ee.html.tmpl @@ -1,3 +1,7 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + {{ define "content" }} <header> {{ template "navbar" . }} @@ -152,4 +156,4 @@ </tfoot> </table> </main> -{{ end }} +{{ end }}
\ No newline at end of file |