mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
6 lines
206 B
Handlebars
6 lines
206 B
Handlebars
|
<div class="kg-media-selector" {{did-insert this.didInsertContainer}} {{on-key "Escape" this.handleEscape}}>
|
||
|
{{yield (hash
|
||
|
insertCard=this.insertCard
|
||
|
close=this.args.close
|
||
|
)}}
|
||
|
</div>
|