-
Notifications
You must be signed in to change notification settings - Fork 893
Closed
Labels
docsRelated to the project documentation.Related to the project documentation.extensionRelated to one or more of the included extensions.Related to one or more of the included extensions.
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.
Metadata
Metadata
Assignees
Labels
docsRelated to the project documentation.Related to the project documentation.extensionRelated to one or more of the included extensions.Related to one or more of the included extensions.