Skip to content

Commit

Permalink
Fix: Added pageBody attribute (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
simondate authored May 15, 2023
1 parent df22de0 commit 4917ba9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/boxMenu.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,17 @@
</div>
{{/if}}

{{#if body}}
{{#any body pageBody}}
<div class="menu__body boxmenu__body">
<div class="menu__body-inner boxmenu__body-inner">
{{#if pageBody}}
{{{compile pageBody}}}
{{else}}
{{{compile body}}}
{{/if}}
</div>
</div>
{{/if}}
{{/any}}

{{#if instruction}}
<div class="menu__instruction boxmenu__instruction">
Expand Down

0 comments on commit 4917ba9

Please sign in to comment.