Ghost/ghost/admin/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 18:37:06 +03:00
2015-05-21 20:03:24 +03:00
{{gh-alerts notify="topNotificationChange"}}
2015-05-20 18:37:06 +03:00
2015-05-24 08:47:23 +03:00
<div class="gh-viewport {{if autoNav 'gh-autonav'}}">
2015-05-20 18:37:06 +03:00
{{#unless signedOut}}
2015-05-24 08:47:23 +03:00
{{gh-nav-menu open=showNavMenu autoNav=autoNav toggleMaximise="navMenuToggleMaximise" openModal="openModal"}}
2015-05-20 18:37:06 +03:00
{{/unless}}
2015-05-24 08:47:23 +03:00
{{#gh-main onMouseEnter="closeNavMenu" data-notification-count=topNotificationCount}}
2015-05-20 18:37:06 +03:00
{{outlet}}
2015-05-24 08:47:23 +03:00
{{/gh-main}}
2015-05-20 18:37:06 +03:00
2015-05-21 20:03:24 +03:00
{{gh-notifications}}
2015-05-20 18:37:06 +03:00
{{outlet "modal"}}
{{outlet "settings-menu"}}
2015-05-20 18:37:06 +03:00
</div>{{!gh-viewport}}