mirror of
https://github.com/discourse/discourse.git
synced 2025-02-03 20:30:44 +08:00
36 lines
1.2 KiB
Handlebars
36 lines
1.2 KiB
Handlebars
{{plugin-outlet name="above-site-header"}}
|
|
{{site-header canSignUp=canSignUp
|
|
showCreateAccount=(route-action "showCreateAccount")
|
|
showLogin=(route-action "showLogin")
|
|
showKeyboard=(route-action "showKeyboardShortcutsHelp")
|
|
toggleMobileView=(route-action "toggleMobileView")
|
|
toggleAnonymous=(route-action "toggleAnonymous")
|
|
logout=(route-action "logout")}}
|
|
|
|
{{plugin-outlet name="below-site-header" args=(hash currentPath=currentPath)}}
|
|
|
|
<div id="main-outlet" class="wrap">
|
|
{{plugin-outlet name="above-main-container"}}
|
|
<div class="container">
|
|
{{#if showTop}}
|
|
{{custom-html name="top"}}
|
|
{{/if}}
|
|
{{notification-consent-banner}}
|
|
{{global-notice}}
|
|
{{create-topics-notice}}
|
|
{{plugin-outlet name="top-notices" args=(hash currentPath=currentPath)}}
|
|
</div>
|
|
{{outlet}}
|
|
{{outlet "user-card"}}
|
|
</div>
|
|
|
|
{{plugin-outlet name="above-footer" args=(hash showFooter=showFooter)}}
|
|
{{#if showFooter}}
|
|
{{custom-html name="footer" triggerAppEvent="true"}}
|
|
{{/if}}
|
|
{{plugin-outlet name="below-footer" args=(hash showFooter=showFooter)}}
|
|
|
|
{{outlet "modal"}}
|
|
{{topic-entrance}}
|
|
{{outlet "composer"}}
|