mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-16 04:08:34 +03:00
ee0c32dfc9
- remove `bind-attr` all over the place
17 lines
417 B
Handlebars
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}}
|
|
|
|
<main id="gh-main" class="viewport" role="main" data-notification-count={{topNotificationCount}}>
|
|
{{gh-notifications location="top" notify="topNotificationChange"}}
|
|
{{outlet}}
|
|
</main>
|
|
|
|
{{gh-notifications location="bottom"}}
|
|
|
|
{{outlet "modal"}}
|
|
|
|
{{outlet "settings-menu"}}
|