They do not have multiple conditions.
But you can achieve it by nesting. This works:
{{#if A}}
{{#if B}}
{{#if C}}
something
{{/if}}
{{/if}}
{{/if}}
They do not have multiple conditions.
But you can achieve it by nesting. This works:
{{#if A}}
{{#if B}}
{{#if C}}
something
{{/if}}
{{/if}}
{{/if}}