Angular Template Linter

djLint is a angular template linter! Take advantage of the pre-build profile when linting and formatting your templates with djLint.

What is Angular?

Using the Command Line

djlint /path/to/templates --profile=angular

Or, Use a Config File

Configure djLint in your projects pyproject.toml.

[tool.djlint]
profile="angular"
Edit this page Updated Jun 30, 2022