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

Strict rendering. Fixes #70 #71

Open olivierdeckers opened 7 years ago

olivierdeckers commented 7 years ago

When rendering strictly, the render method returns a list of errors instead of a template if it encountered any errors. fixes #70

djamelz commented 7 years ago

@mwunsch some chance to merge this PR and generate a new version ?