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.old/navbar.templ | 241 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 template.old/navbar.templ (limited to 'template.old/navbar.templ') diff --git a/template.old/navbar.templ b/template.old/navbar.templ new file mode 100644 index 0000000..85ad8a2 --- /dev/null +++ b/template.old/navbar.templ @@ -0,0 +1,241 @@ +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