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" {
+
+ }
+
+
+
+
+
+
+
+
+
+ if slot != nil {
+ @slot
}
-
-
-
-
-
-
-
- if slot != nil {
- @slot
- }
-
-
-
-
- New message arrived.
-
-
-
-
+
+
+
+
+ New message arrived.
+
+
+
+
+
}