showing results for - "mutiple if in express handlebars"
Ben
23 Jul 2019
1{{#if A}}
2  something
3  {{else if B}}
4    something
5    {{else if C}}
6      something
7    {{/if}}
8  {{/if}}
9{{/if}}
10
similar questions
queries leading to this page
mutiple if in express handlebars