From 548090e67f66acf84385c4152ca464e52d3e3319 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 13 Sep 2024 13:01:48 +0200 Subject: Migrate away from templ and towards html/template --- template/navbar.templ | 241 -------------------------------------------------- 1 file changed, 241 deletions(-) delete mode 100644 template/navbar.templ (limited to 'template/navbar.templ') diff --git a/template/navbar.templ b/template/navbar.templ deleted file mode 100644 index 85ad8a2..0000000 --- a/template/navbar.templ +++ /dev/null @@ -1,241 +0,0 @@ -package template - -import "git.thomasvoss.com/euro-cash.eu/lib" - -templ navbar() { - {{ p := ctx.Value("printer").(lib.Printer) }} - -} - -css noMargin() { - margin: 0; -} -- cgit v1.2.3