Calling Helper Within If Block in Handlebars Template
You should add parentheses around the embedded helper invocation: {{#if (itemSelected “SomeItem”)}} <div>This was selected</div> {{/if} I did experiments and verified that it just works. Not sure if it’s mentioned in the Handlebars documentation. I learned the trick from the examples of handlebars-layouts.