diff --git a/appview/pages/templates/layouts/base.html b/appview/pages/templates/layouts/base.html
index 9d0e088e..4fc18a81 100644
--- a/appview/pages/templates/layouts/base.html
+++ b/appview/pages/templates/layouts/base.html
@@ -21,9 +21,10 @@
{{ block "title" . }}{{ end }} ยท tangled
{{ block "extrameta" . }}{{ end }}
-
+
{{ block "topbarLayout" . }}
-
+
{{ if .LoggedInUser }}
+
{{ block "contentLayout" . }}
{{ block "content" . }}{{ end }}
@@ -53,7 +54,7 @@
{{ end }}
{{ block "footerLayout" . }}
-