0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/app/templates/application.hbs

20 lines
462 B
Handlebars
Raw Normal View History

<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
2015-05-20 16:37:06 +01:00
2015-05-21 11:03:24 -06:00
{{gh-alerts notify="topNotificationChange"}}
2015-05-20 16:37:06 +01:00
<div class="gh-viewport">
2015-05-20 16:37:06 +01:00
{{#unless signedOut}}
{{partial "nav-menu"}}
{{/unless}}
<main id="gh-main" class="gh-main" role="main" data-notification-count={{topNotificationCount}}>
{{outlet}}
</main>
2015-05-21 11:03:24 -06:00
{{gh-notifications}}
2015-05-20 16:37:06 +01:00
{{outlet "modal"}}
{{outlet "settings-menu"}}
2015-05-20 16:37:06 +01:00
</div>{{!gh-viewport}}