Ghost/ghost/admin/app/templates/application.hbs

28 lines
686 B
Handlebars
Raw Normal View History

{{#gh-app showSettingsMenu=ui.showSettingsMenu}}
{{#gh-skip-link anchor=".gh-main"}}Skip to main content{{/gh-skip-link}}
2015-05-20 18:37:06 +03:00
{{gh-alerts}}
2015-05-20 18:37:06 +03:00
<div class="gh-viewport {{if ui.showSettingsMenu 'settings-menu-expanded'}} {{if ui.showMobileMenu 'mobile-menu-expanded'}}">
{{#if showNavMenu}}
{{gh-nav-menu
icon=settings.settledIcon
}}
{{/if}}
<main class="gh-main {{this.ui.mainClass}}" role="main">
{{outlet}}
</main>
2015-05-20 18:37:06 +03:00
{{gh-notifications}}
{{gh-content-cover}}
2015-05-21 20:03:24 +03:00
{{gh-mobile-nav-bar}}
<GhWhatsNew />
</div>{{!gh-viewport}}
{{/gh-app}}
{{ember-load-remover}}