I\'ve got a hbs template where I\'ve got an array of objects and a boolean toggle variable (toggles the template behavior), let\'s say:
{ objs: list, mode: t
Finally, I've found a solution:
{{#if ../mode}}xyz{{/if}}