Closed tdammers closed 6 years ago
Jinja2 allows setting these special tokens to something other than the defaults {% %}, {{ }}, {- -}, e.g. <% %> etc.
{% %}
{{ }}
{- -}
<% %>
Fixed in a1a6025
Jinja2 allows setting these special tokens to something other than the defaults
{% %}
,{{ }}
,{- -}
, e.g.<% %>
etc.