Ghost/ghost/admin/templates/application.hbs

12 lines
301 B
Handlebars
Raw Normal View History

{{#unless hideNav}}
{{partial "navbar"}}
{{/unless}}
<main role="main" id="main" {{bind-attr data-notification-count=topNotificationCount}}>
{{gh-notifications location="top" notify="topNotificationChange"}}
{{gh-notifications location="bottom"}}
{{outlet}}
2014-03-31 08:07:05 +04:00
</main>
{{outlet modal}}