Closed
Description
My earlier ticket was caused by this.
Example input:
{% for each in articles %}
<p>{{ each.excerpt }}</p>
{% endfor %}
This is a jinja2 block. If the addon attr_list is on, it outputs this:
<p _=% endfor>{% for each in articles %} <p>{{ each.excerpt }}</p>
The weird part is, that only acts on the closing tag.