FEATURE: Add below-static plugin outlet
This commit is contained in:
parent
ea423b471a
commit
e4ebc303bb
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue