mwunsch / handlebars.scala

A Scala implementation of the Handlebars templating language (a superset of Mustache).
Apache License 2.0
112 stars 40 forks source link

Cannot parse template with Handlebars built-in helper #61

Open sammyluo opened 8 years ago

sammyluo commented 8 years ago

It would fail to parse a template which includes "{{@../index}}" or "{{#each array as |value key|}}".

timcharper commented 8 years ago

This is because these are not implemented. PR welcome.