From b731258e18504ce41ba96ff890c96a385e7a3347 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 3 Oct 2024 22:34:48 +0200 Subject: Overhaul navbar and general site setup --- templ/content.tpl | 78 +++++++++++++++++++------------------------------------ 1 file changed, 26 insertions(+), 52 deletions(-) (limited to 'templ/content.tpl') diff --git a/templ/content.tpl b/templ/content.tpl index 4486047..74cba58 100644 --- a/templ/content.tpl +++ b/templ/content.tpl @@ -1,62 +1,36 @@ {{define "body"}} + {{/* different inline svgs */}} - - - - -
-
- -
-
- Foo -
-
+ {{/* The Navbar */}} +
-{{end}} + -{{define "head"}} - + {{/* The Main Content */}} +
+ {{block "main" .}} + Dummy Content + {{end}} +
{{end}} \ No newline at end of file -- cgit v1.2.3-70-g09d2 /td>-4/+38 2020-04-19Improved IMAPRené 'Necoro' Neumann1-3/+88 2020-04-19Started IMAP connectionRené 'Necoro' Neumann4-0/+152 2020-04-19Use our own logger for debug for convenience sakeRené 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1