This function returns whether all values resolve to true.
true
{{#if (and value1 value1)}} <span>Conditional content</span>{{/if}} Copy
{{#if (and value1 value1)}} <span>Conditional content</span>{{/if}}
Rest
Array of value
true if all values resolve to true, otherwise false
false
This function returns whether all values resolve to
true
.Example