Jinj2 with Handlebars

Oct 9, 2013 18:36 · 51 words · 1 minute read

Jinja2 and Handlebar use the same delimiters for expressions. In order to avoid parsing errors, you have to do as follow.

ps: jekyll uses the same….

Update: 2013-11-11 You can put the code into {{ “{% raw " }}%} and {{ “{% endraw " }}%} block; then jinja2 will escape this block.