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
571 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
2015-05-24 00:47:23 -05:00
<div class="gh-viewport {{if autoNav 'gh-autonav'}}">
2015-05-20 16:37:06 +01:00
{{#unless signedOut}}
2015-05-24 00:47:23 -05:00
{{gh-nav-menu open=showNavMenu autoNav=autoNav toggleMaximise="navMenuToggleMaximise" openModal="openModal"}}
2015-05-20 16:37:06 +01:00
{{/unless}}
2015-05-24 00:47:23 -05:00
{{#gh-main onMouseEnter="closeNavMenu" data-notification-count=topNotificationCount}}
2015-05-20 16:37:06 +01:00
{{outlet}}
2015-05-24 00:47:23 -05:00
{{/gh-main}}
2015-05-20 16:37:06 +01:00
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}}