noahmorrison/chevron

keep = true doesn't respect html unescape option

aelias36 opened this issue · 0 comments

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