Handlebars Template Linter and Formatter

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

What is Handlebars?

Using the Command Line

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

Or, Use a Config File

Configure djLint in your projects pyproject.toml.

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