0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/templates/application.hbs

10 lines
163 B
Handlebars
Raw Normal View History

{{#unless isLoggedOut}}
{{partial "navbar"}}
{{/unless}}
<main role="main" id="main">
{{ghost-notifications}}
{{outlet}}
2014-03-31 00:07:05 -04:00
</main>
{{outlet modal}}