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 --- templates/base.templ | 59 ---------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 templates/base.templ (limited to 'templates/base.templ') diff --git a/templates/base.templ b/templates/base.templ deleted file mode 100644 index e6c4a1d..0000000 --- a/templates/base.templ +++ /dev/null @@ -1,59 +0,0 @@ -package templates - -import "git.thomasvoss.com/euro-cash.eu/i18n" - -templ Base(head, body templ.Component) { - {{ p := ctx.Value("printer").(i18n.Printer) }} - - - - - - - Euro Cash - - if head != nil { - @head - } - - - if body != nil { - @body - } - - - -} -- cgit v1.2.3