From 3273c65ef82123bf5edbe6d8616630b20a993ce1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 11 Aug 2024 03:13:10 +0200 Subject: Giant refactoring of the codebase --- template/navbar.templ | 241 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 template/navbar.templ (limited to 'template/navbar.templ') diff --git a/template/navbar.templ b/template/navbar.templ new file mode 100644 index 0000000..2aceac2 --- /dev/null +++ b/template/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