mirror of https://github.com/hashicorp/consul
6 lines
181 B
Handlebars
6 lines
181 B
Handlebars
|
{{yield}}
|
||
|
{{#if (gt items.length 0)}}
|
||
|
<YieldSlot @name="set" @params={{block-params items}}>{{yield}}</YieldSlot>
|
||
|
{{else}}
|
||
|
<YieldSlot @name="empty">{{yield}}</YieldSlot>
|
||
|
{{/if}}
|