Ghost/core/client/app/templates/application.hbs
2015-05-12 16:35:21 -07:00

17 lines
417 B
Handlebars

<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
{{#unless hideNav}}
{{partial "navbar"}}
{{/unless}}
{{gh-notifications location="top" notify="topNotificationChange"}}
<main id="gh-main" class="viewport" role="main" data-notification-count={{topNotificationCount}}>
{{outlet}}
{{gh-notifications location="bottom"}}
</main>
{{outlet "modal"}}
{{outlet "settings-menu"}}