{{#isEmpty}} helper
Checks if the given collection is empty.
Syntax:
{{#isEmpty COLLECTION}}
If COLLECTION is empty
{{else}}
If COLLECTION is not empty
{{/isEmpty}}
Example:
{{#isEmpty tags}}
No tags
{{/isEmpty}}
Checks if the given collection is empty.
Syntax:
{{#isEmpty COLLECTION}}
If COLLECTION is empty
{{else}}
If COLLECTION is not empty
{{/isEmpty}}
Example:
{{#isEmpty tags}}
No tags
{{/isEmpty}}
What are you waiting for?