This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/application.hbs

19 lines
310 B
Handlebars

{{render "header"}}
<div id="main-outlet" class="wrap">
<div class="container">
{{custom-html "top"}}
{{global-notice}}
</div>
{{outlet}}
{{render "user-card"}}
</div>
{{#if showFooter}}
{{custom-html "footer"}}
{{/if}}
{{render "modal"}}
{{render "topic-entrance"}}
{{render "composer"}}