"{{someParentContextField}} {{#with helperWhichReturnsObject}} {{fieldFromHelperReturnedObject}} {{/with}}" Wondering if above is feasible. Any help is appreciated.
"{{someParentContextField}}
{{#with helperWhichReturnsObject}}
{{fieldFromHelperReturnedObject}}
{{/with}}"
Wondering if above is feasible. Any help is appreciated.