From 2d9070ec026c4ccee65a9bb2e83d4f0dba5d0438 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Wed, 2 Mar 2022 08:37:30 +0100 Subject: [PATCH] Add header navbar to static pages --- templates/imprint.tmpl | 12 +++++++++++- templates/login.tmpl | 12 +++++++++++- templates/privacy.tmpl | 12 +++++++++++- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/templates/imprint.tmpl b/templates/imprint.tmpl index ba2b8e6..1697b74 100644 --- a/templates/imprint.tmpl +++ b/templates/imprint.tmpl @@ -1,5 +1,15 @@ {{define "navigation"}} - {{""}} +
+ +
{{end}} {{define "content"}} diff --git a/templates/login.tmpl b/templates/login.tmpl index b78ec74..1e689b8 100644 --- a/templates/login.tmpl +++ b/templates/login.tmpl @@ -1,5 +1,15 @@ {{define "navigation"}} - {{""}} +
+ +
{{end}} {{define "content"}} diff --git a/templates/privacy.tmpl b/templates/privacy.tmpl index 1811479..dbf61ae 100644 --- a/templates/privacy.tmpl +++ b/templates/privacy.tmpl @@ -1,5 +1,15 @@ {{define "navigation"}} - {{""}} +
+ +
{{end}} {{define "content"}}