6bf6002ab0
* Change all instances of yield/block-slots to use attributes over positional arguments * Remove the ability to use yield/block-slots with positional params
6 lines
190 B
Handlebars
6 lines
190 B
Handlebars
{{yield}}
|
|
{{#if (gt items.length 0)}}
|
|
{{#yield-slot name='set' params=(block-params items)}}{{yield}}{{/yield-slot}}
|
|
{{else}}
|
|
{{#yield-slot name='empty'}}{{yield}}{{/yield-slot}}
|
|
{{/if}} |