Jinja Template Linter and Formatter

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

What is Jinja?

Using the Command Line

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

Or, Use a Config File

Configure djLint in your projects pyproject.toml.

[tool.djlint]
profile="jinja"

Real Life Examples!

Edit this page Updated Dec 20, 2023