wycats / handlebars-site

56 stars 66 forks source link

handle required interpolator for change delim Like angular interpolator #181

Closed katturajam closed 7 years ago

katturajam commented 7 years ago

I am unable to use handlebar with angular because of conflict arise using similar expression. I want to interpolate handle bar start and end delim sysmbol. Like angular interpolator.

nknapp commented 7 years ago

You can escape the mustaches like in https://jsfiddle.net/9D88g/118/ Does this solve your problem?