Liquid Template Linter and Formatter

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

What is Liquid?

One profile covers all Liquid dialects: Shopify themes, Jekyll, LiquidJS (Eleventy) and Fluid (Orchard Core).

Using the Command Line

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

Or, Use a Config File

Configure djLint in your projects pyproject.toml.

[tool.djlint]
profile="liquid"
Edit this page Updated Jul 20, 2026