Antaris / FuManchu

Handlebars/Mustache templating in .NET
22 stars 12 forks source link

Add support for subexpressions #9

Open Antaris opened 9 years ago

Antaris commented 9 years ago

HandlebarsJS supports the notion of subexpressions, whereby the results of expression helpers can be passed to other helpers, e.g.:

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

See http://handlebarsjs.com/expressions.html

This might be a powerful addition to the framework.