diff --git a/app/assets/javascripts/discourse/app/components/static-page.hbs b/app/assets/javascripts/discourse/app/components/static-page.hbs index 4cac2792b9..b91dfcd2c0 100644 --- a/app/assets/javascripts/discourse/app/components/static-page.hbs +++ b/app/assets/javascripts/discourse/app/components/static-page.hbs @@ -1,21 +1,36 @@
- - + {{html-safe @model.html}} - + {{#if this.anyButtons}}
{{#if this.showSignupButton}} - + {{/if}} {{#if this.showLoginButton}} - + {{/if}}
{{/if}}