mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
f29231aa70
Closes #3937 - Add ghost tab components - Remove extra container div from Application view - Move right-outlet viewing logic to application level - Prepare PSM.hbs for tabbing
16 lines
426 B
Handlebars
16 lines
426 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" {{bind-attr data-notification-count=topNotificationCount}}>
|
|
{{gh-notifications location="top" notify="topNotificationChange"}}
|
|
{{gh-notifications location="bottom"}}
|
|
{{outlet}}
|
|
</main>
|
|
|
|
{{outlet modal}}
|
|
|
|
{{outlet settings-menu}}
|