noahmorrison / chevron

A Python implementation of mustache
MIT License
505 stars 55 forks source link

keep = true doesn't respect html unescape option #112

Open aelias36 opened 2 years ago

aelias36 commented 2 years ago
>>> template = "{{& html_stuff}}"
>>> chevron.render(template, {'a':'123'}, keep = True)
'{{ html_stuff }}'