mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
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') '')
|
|
)}}
|