Nested block helpers

Is possible to nest block helpers such as {{#eq}}? I’d like to test for equality and if its false to again test for equality within the else section. The equivalent to an elseif.

If that is possible what is the syntax?

Hi @paul_wareham,

I do believe that this can be achieved :slightly_smiling_face: there is a good forum post here with an example of nesting with an #if and #eq. Since the #else isn’t shown, there is also a small example in the top paragraph of the if/else as well as a subexpression that you may find useful.

Thanks!
Julia