summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main')
-rw-r--r--client/components/main/layouts.jade2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index d0c27da5..b2c23920 100644
--- a/client/components/main/layouts.jade
+++ b/client/components/main/layouts.jade
@@ -38,7 +38,9 @@ template(name="userFormsLayout")
template(name="defaultLayout")
+header
#content
+ | {{{currentSetting.customHTMLafterBodyStart}}}
+Template.dynamic(template=content)
+ | {{{currentSetting.customHTMLbeforeBodyEnd}}}
if (Modal.isOpen)
#modal
.overlay