From 4be1062fd248091368ebefad53aaa92ee562426e Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 20 Apr 2026 16:30:47 +0200 Subject: [PATCH] style: reformat layout template with multiline attributes --- web/templates/layout.templ | 62 +++++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 11 deletions(-) diff --git a/web/templates/layout.templ b/web/templates/layout.templ index 90dd0e0..259364a 100644 --- a/web/templates/layout.templ +++ b/web/templates/layout.templ @@ -1,6 +1,6 @@ package templates -import "mal/internal/shared/ui/icons" +import "mal/web/components/icons" templ Layout(title string, showHeader bool) { @@ -17,24 +17,64 @@ templ Layout(title string, showHeader bool) { - + if showHeader {
-