Ghost/core/client/app/templates/application.hbs
2015-05-22 19:02:05 +01:00

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}}