mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
19 lines
469 B
Handlebars
19 lines
469 B
Handlebars
<div class="gh-viewport">
|
|
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
|
|
|
{{#unless signedOut}}
|
|
{{partial "nav-menu"}}
|
|
{{/unless}}
|
|
|
|
{{gh-notifications location="top" notify="topNotificationChange"}}
|
|
|
|
<main id="gh-main" class="gh-main" role="main" data-notification-count={{topNotificationCount}}>
|
|
{{outlet}}
|
|
{{gh-notifications location="bottom"}}
|
|
</main>
|
|
|
|
{{outlet "modal"}}
|
|
{{outlet "settings-menu"}}
|
|
|
|
</div>{{!gh-viewport}}
|