FEATURE: Add below-static plugin outlet

This commit is contained in:
awesomerobot 2020-09-03 22:58:58 -04:00
parent ea423b471a
commit e4ebc303bb
1 changed files with 4 additions and 0 deletions

View File

@ -1,9 +1,13 @@
{{#d-section bodyClass=bodyClass class="container"}}
{{#watch-read action=(action "markFaqRead") path=model.path}}
<div class="contents clearfix body-page">
{{plugin-outlet name="above-static"}}
{{html-safe model.html}}
{{plugin-outlet name="below-static" tagName=""}}
{{#if showSignupButton}}
{{d-button action=(route-action "showCreateAccount") class="btn-primary sign-up-button" label="sign_up"}}
{{/if}}