Hi there,
quick question can I combine an expression with a string template:
for example I want to check that number and produce different strings.
Hi there,
quick question can I combine an expression with a string template:
for example I want to check that number and produce different strings.
You can use the {{evalExpression}} format helper -
However, for this particular case, it would be much easier to just use the {{#eq}} block helper -
Ah makes sense, is there a way to create a switch statement with multiple conditions or you suggest to use something like a lookup approach when dealing with multiple eq statements?