Skip to content
#

Nunjucks

nunjucks logo

Nunjucks is a templating language that is compiled using JavaScript.

Although language-agnostic it is typically used to create HTML files.

It allows for source code to be simplified using macros or blocks, avoiding repetition, and supports inheritance.

Here are 1,038 public repositories matching this topic...

djLint

HTML template formatter and linter for Django, Jinja, Twig, Nunjucks, Handlebars, Liquid, Go templates, Mustache, Tera, Askama and Angular. Formats markup and template syntax together, and lints for accessibility, correctness and style. CLI, pre-commit hook and VS Code extension.

  • Updated Aug 31, 2026
  • Python