Skip to main content

HTML

Auto format with djlint

To auto-format HTML files, you can run

uv run djlint . --reformat

Ignore code

To exclude code from formatting, see ignoring-code