Ghost/core/client/app/templates/application.hbs

17 lines
427 B
Handlebars
Raw Normal View History

<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
{{#unless hideNav}}
{{partial "navbar"}}
{{/unless}}
<main id="gh-main" class="viewport" role="main" {{bind-attr data-notification-count=topNotificationCount}}>
{{gh-notifications location="top" notify="topNotificationChange"}}
{{outlet}}
2014-03-31 08:07:05 +04:00
</main>
{{gh-notifications location="bottom"}}
{{outlet "modal"}}
{{outlet "settings-menu"}}