Ghost/ghost/admin/lib/gh-koenig/addon/templates/components/gh-koenig.hbs

13 lines
363 B
Handlebars
Raw Normal View History

{{#each emberCards as |card|}}
{{#ember-wormhole to=card.id}}
{{ghost-card card=card apiRoot=apiRoot assetPath=assetPath}}
{{/ember-wormhole}}
{{/each}}
2017-03-01 21:50:08 +03:00
<div class='gh-koenig'>
<div class='surface' tabindex="{{tabindex}}"/>
</div>
{{yield}}
{{ghost-toolbar editor=editor assetPath=assetPath}}
{{slash-menu editor=editor assetPath=assetPath}}