Open jarshwah opened 2 weeks ago
Template tags that are broken over multiple lines are rendered as text by DTL:
{% tagname ... %} <-- uh, oh! closed on a different line
It's a source of many innocuous bugs. Is this something that could be detected and fixed by djade?
This is patched to work across many projects and some libraries (including django-components), so I suggest not applying this to avoid errors either way.
Description
Template tags that are broken over multiple lines are rendered as text by DTL:
It's a source of many innocuous bugs. Is this something that could be detected and fixed by djade?