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 {