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

19 lines
469 B
Handlebars
Raw Normal View History

2015-04-24 16:44:18 +03:00
<div class="gh-viewport">
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
2015-04-24 16:44:18 +03:00
{{#unless signedOut}}
{{partial "nav-menu"}}
{{/unless}}
{{gh-notifications location="top" notify="topNotificationChange"}}
2015-04-24 16:44:18 +03:00
<main id="gh-main" class="gh-main" role="main" data-notification-count={{topNotificationCount}}>
{{outlet}}
2015-05-13 02:35:21 +03:00
{{gh-notifications location="bottom"}}
2014-03-31 08:07:05 +04:00
</main>
{{outlet "modal"}}
{{outlet "settings-menu"}}
2015-04-24 16:44:18 +03:00
</div>{{!gh-viewport}}