mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
11 lines
238 B
Handlebars
11 lines
238 B
Handlebars
|
<div data-ctrl={{this.actionKeyPressed}} {{did-insert this.setup}} ...attributes>
|
||
|
{{yield
|
||
|
(hash
|
||
|
item=(
|
||
|
component "multi-list/item"
|
||
|
model=@model
|
||
|
)
|
||
|
)
|
||
|
}}
|
||
|
</div>
|