mirror of
https://github.com/discourse/discourse.git
synced 2025-01-28 03:19:46 +08:00
e03d5e2140
This reverts commit ddd299f4aa
.
17 lines
555 B
Handlebars
17 lines
555 B
Handlebars
{{#d-section bodyClass=bodyClass class="container"}}
|
|
{{#watch-read action="markFaqRead" path=model.path}}
|
|
<div class='contents clearfix body-page'>
|
|
{{plugin-outlet name="above-static"}}
|
|
{{{model.html}}}
|
|
|
|
{{#if showSignupButton}}
|
|
{{d-button action="showCreateAccount" class="btn-primary sign-up-button" label="sign_up"}}
|
|
{{/if}}
|
|
|
|
{{#if showLoginButton}}
|
|
{{d-button action="showLogin" class="btn-primary login-button" icon="user" label="log_in"}}
|
|
{{/if}}
|
|
</div>
|
|
{{/watch-read}}
|
|
{{/d-section}}
|