mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 00:11:49 +03:00
0e779e7c37
closes #3936 - Implement new PSM - Hook up close action - Automatically close when view is destroyed - Close on click and when pressing ESC
18 lines
454 B
Handlebars
18 lines
454 B
Handlebars
<div id="container">
|
|
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
|
|
|
{{#unless hideNav}}
|
|
{{partial "navbar"}}
|
|
{{/unless}}
|
|
|
|
<main id="gh-main" class="viewport" role="main" {{bind-attr data-notification-count=topNotificationCount}}>
|
|
{{gh-notifications location="top" notify="topNotificationChange"}}
|
|
{{gh-notifications location="bottom"}}
|
|
{{outlet}}
|
|
</main>
|
|
|
|
{{outlet modal}}
|
|
|
|
{{outlet settings-menu}}
|
|
|
|
</div> |