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
template language: django default templating language
Issue
djlint reports false positives orphan tags for a snippet in which django templating is used. If I remove the django templating no more orphan tags are reported.
System Info
Issue
djlint reports false positives orphan tags for a snippet in which django templating is used. If I remove the django templating no more orphan tags are reported.
How To Reproduce
Detects two orphan tags for this snippet:
For this snippet it displays the following error:
No orphan tags are reported when django templating is not used:
Contents of .djlintrc/pyproject.toml [tool.djlint]
The text was updated successfully, but these errors were encountered: