pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

Handlebars change delimiter {{}} #107

Closed timur-han closed 10 years ago

timur-han commented 10 years ago

Hi,

The handlebars delimiter can be changed as follows:

Handlebars hbs = new Handlebars() .startDelimiter("<%") .endDelimiter("%>");

which enables using handlebars with front-end frameworks such as angularjs. It would be nice to have this option during handlebar engine initialization.

Regards,

Timur

pmlopes commented 10 years ago

you're welcome to make a pull request, say just expose those methods on the engine class itself :)

just saying it ;p