mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 04:53:01 +08:00
10 lines
254 B
Handlebars
10 lines
254 B
Handlebars
<div class='container'>
|
|
<div class='contents clearfix body-page'>
|
|
{{{html}}}
|
|
|
|
{{#if showLoginButton}}
|
|
<button class="btn btn-primary" {{action "showLogin"}}><i class="fa fa-user"></i>{{i18n 'log_in'}}</button>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|