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

30 lines
726 B
Handlebars

{{site-header canSignUp=canSignUp
showCreateAccount="showCreateAccount"
showLogin="showLogin"
showKeyboard="showKeyboardShortcutsHelp"
toggleMobileView="toggleMobileView"
toggleAnonymous="toggleAnonymous"
logout="logout"}}
<div id="main-outlet" class="wrap">
<div class="container">
{{#if showTop}}
{{custom-html "top"}}
{{/if}}
{{global-notice}}
{{create-topics-notice}}
</div>
{{outlet}}
{{outlet "user-card"}}
</div>
{{plugin-outlet "above-footer"}}
{{#if showFooter}}
{{custom-html "footer"}}
{{/if}}
{{plugin-outlet "below-footer"}}
{{outlet "modal"}}
{{outlet "topic-entrance"}}
{{outlet "composer"}}