diff --git a/appview/pages/templates/layouts/base.html b/appview/pages/templates/layouts/base.html index 4cd7aa00..6b99fa1b 100644 --- a/appview/pages/templates/layouts/base.html +++ b/appview/pages/templates/layouts/base.html @@ -16,7 +16,7 @@ {{ block "topbarLayout" . }} -
+
{{ block "topbarLeft" . }} {{ end }}
@@ -33,11 +33,11 @@
{{ block "contentLayout" . }} -
+
{{ block "contentLeft" . }} {{ end }}
-
+
{{ block "content" . }}{{ end }}
@@ -47,7 +47,7 @@ {{ end }} {{ block "contentAfterLayout" . }} -
+
{{ block "contentAfterLeft" . }} {{ end }}
@@ -62,7 +62,7 @@
{{ block "footerLayout" . }} -
+
{{ block "footerLeft" . }} {{ end }}