6 lines
172 B
Handlebars
6 lines
172 B
Handlebars
|
{{yield (hash
|
||
|
items=this.items
|
||
|
Collection=(if (gt this.items.length 0) (component 'anonymous') '')
|
||
|
Empty=(if (eq this.items.length 0) (component 'anonymous') '')
|
||
|
)}}
|