diff --git a/template/layout.templ b/template/layout.templ index 57fc6c1..9f7cbfe 100644 --- a/template/layout.templ +++ b/template/layout.templ @@ -29,31 +29,27 @@ templ Layout(slot templ.Component, user templ.Component, loggedIn bool, path str // Header -
- -
-
+ +
// Content -
-
- if slot != nil { - @slot - } -
-
+
+ if slot != nil { + @slot + } +
// Footer