{{#isNotEmpty}}
Checks if the given collection is not empty.
Syntax:
{{#isNotEmpty COLLECTION}}
If COLLECTION is not empty
{{else}}
If COLLECTION is empty
{{/isNotEmpty}}
Example:
{{#isNotEmpty tags}}
Tags list output
{{/isNotEmpty}}
Checks if the given collection is not empty.
Syntax:
{{#isNotEmpty COLLECTION}}
If COLLECTION is not empty
{{else}}
If COLLECTION is empty
{{/isNotEmpty}}
Example:
{{#isNotEmpty tags}}
Tags list output
{{/isNotEmpty}}
What are you waiting for?