Co-Authored-By: Bianca Nenciu <nbianca@users.noreply.github.com> Co-Authored-By: David Taylor <david@taylorhq.com>
17 lines
594 B
Handlebars
17 lines
594 B
Handlebars
{{#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"}}
|
|
{{{model.html}}}
|
|
|
|
{{#if showSignupButton}}
|
|
{{d-button action=(route-action "showCreateAccount") class="btn-primary sign-up-button" label="sign_up"}}
|
|
{{/if}}
|
|
|
|
{{#if showLoginButton}}
|
|
{{d-button action=(route-action "showLogin") class="btn-primary login-button" icon="user" label="log_in"}}
|
|
{{/if}}
|
|
</div>
|
|
{{/watch-read}}
|
|
{{/d-section}}
|