You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything from {% else %] through {% endif %} should be dedented one level. This then continues to throw off the formatting throughout the rest of the html afterwards.
The text was updated successfully, but these errors were encountered:
System Info
python --version
): 3.12.2djlint --version
): 1.36.4Issue
Template tags do not format as expected if there is a template tag with no explicit ending tag;
Everything from
{% else %]
through{% endif %}
should be dedented one level. This then continues to throw off the formatting throughout the rest of the html afterwards.The text was updated successfully, but these errors were encountered: