2016-12-20 00:19:10 +08:00
|
|
|
{{plugin-outlet name="above-site-header"}}
|
2016-04-15 03:23:05 +08:00
|
|
|
{{site-header canSignUp=canSignUp
|
2017-08-02 02:50:17 +08:00
|
|
|
showCreateAccount=(route-action "showCreateAccount")
|
|
|
|
showLogin=(route-action "showLogin")
|
|
|
|
showKeyboard=(route-action "showKeyboardShortcutsHelp")
|
|
|
|
toggleMobileView=(route-action "toggleMobileView")
|
|
|
|
toggleAnonymous=(route-action "toggleAnonymous")
|
|
|
|
logout=(route-action "logout")}}
|
2017-10-10 01:58:43 +08:00
|
|
|
|
|
|
|
{{plugin-outlet name="below-site-header" args=(hash currentPath=currentPath)}}
|
2013-02-06 03:16:51 +08:00
|
|
|
|
2015-08-06 04:55:32 +08:00
|
|
|
<div id="main-outlet" class="wrap">
|
2018-11-14 03:34:00 +08:00
|
|
|
{{plugin-outlet name="above-main-container"}}
|
2015-08-06 04:55:32 +08:00
|
|
|
<div class="container">
|
2015-08-08 00:06:55 +08:00
|
|
|
{{#if showTop}}
|
2016-12-20 00:19:10 +08:00
|
|
|
{{custom-html name="top"}}
|
2015-08-08 00:06:55 +08:00
|
|
|
{{/if}}
|
2018-05-05 06:31:48 +08:00
|
|
|
{{notification-consent-banner}}
|
2015-08-06 04:55:32 +08:00
|
|
|
{{global-notice}}
|
2015-08-28 05:28:33 +08:00
|
|
|
{{create-topics-notice}}
|
2015-08-06 04:55:32 +08:00
|
|
|
</div>
|
2013-02-06 03:16:51 +08:00
|
|
|
{{outlet}}
|
2016-10-27 01:02:58 +08:00
|
|
|
{{outlet "user-card"}}
|
2013-02-06 03:16:51 +08:00
|
|
|
</div>
|
|
|
|
|
2017-01-13 04:43:09 +08:00
|
|
|
{{plugin-outlet name="above-footer" args=(hash showFooter=showFooter)}}
|
2014-11-20 03:37:43 +08:00
|
|
|
{{#if showFooter}}
|
2018-01-06 05:45:30 +08:00
|
|
|
{{custom-html name="footer" triggerAppEvent="true"}}
|
2014-11-20 03:37:43 +08:00
|
|
|
{{/if}}
|
2017-01-13 04:43:09 +08:00
|
|
|
{{plugin-outlet name="below-footer" args=(hash showFooter=showFooter)}}
|
2014-11-20 03:37:43 +08:00
|
|
|
|
2016-10-27 01:02:58 +08:00
|
|
|
{{outlet "modal"}}
|
2016-11-16 04:44:10 +08:00
|
|
|
{{topic-entrance}}
|
2016-10-27 01:02:58 +08:00
|
|
|
{{outlet "composer"}}
|