Meteor是否支持嵌套助手(子表达式)?

elb*_*owz 4 handlebars.js meteor spacebars

我会用这个:http://handlebarsjs.com/expressions.html#subexpressions

{{outer-helper (inner-helper 'abc') 'def'}}

但流星给我一个错误...有一些解决方案或解决方法使用嵌套助手?

谢谢!

Max*_*ges 7

现在可以使用1.2版本

<p>
    Together we have
    {{pluralize (add myWidgetCount yourWidgetCount), "widget"}}
</p>
Run Code Online (Sandbox Code Playgroud)

https://quip.com/RXFlAk9Rc2xI#dbfACAYxaJX