From 80630377bec63ff5d63ace9acd5fd158e8a0f9d0 Mon Sep 17 00:00:00 2001 From: Nayan Khedkar Date: Wed, 25 Jul 2018 16:43:54 +0530 Subject: [PATCH] Fixed #2178 (#2182) --- src/core/templates/page.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/templates/page.hbs b/src/core/templates/page.hbs index 3be6f97d3..038101721 100644 --- a/src/core/templates/page.hbs +++ b/src/core/templates/page.hbs @@ -16,7 +16,7 @@ {{/if}} - {{#if body}} + {{#any body pageBody}}
{{#if pageBody}} @@ -26,7 +26,7 @@ {{/if}}
- {{/if}} + {{/any}} {{#if instruction}}
@@ -42,4 +42,4 @@
- \ No newline at end of file +