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