Open lludol opened 9 years ago
I added the helper 'are' to compare more than two variables. I also updated the README and the test file.
It works like that:
{{#are x ">" y "and" x "not" z}} ... {{else}} ... {{/are}} {{#are x "===" y "or" x ">=" z}} ... {{else}} ... {{/are}}
I added the helper 'are' to compare more than two variables. I also updated the README and the test file.
It works like that: