diff --git a/template/layout.templ b/template/layout.templ index ad163a4..a379ec8 100644 --- a/template/layout.templ +++ b/template/layout.templ @@ -1,40 +1,48 @@ package template templ Layout(slot templ.Component, user templ.Component, environment string) { - - - - - ME-FIT - - - - if environment == "prod" { - + + + + + + ME-FIT + + + + if environment == "prod" { + + } + + + + + + +
+
+ + ME-FIT logo + ME-FIT + + @user +
+
+ if slot != nil { + @slot } - - - - -
-
- - ME-FIT logo - ME-FIT - - @user -
-
- if slot != nil { - @slot - } -
-
-
- -
- - +
+
+
+ +
+ + + }