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