jinja2
A very fast and expressive template engine.
A very fast and expressive template engine.
To install this package, run one of the following:
Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document.
It includes:
Jinja's philosophy is that while application logic belongs in Python if possible, it shouldn't make the template designer's job difficult by restricting functionality too much.
Summary
A very fast and expressive template engine.
Information Last Updated
Nov 30, 2025 at 15:40
License
BSD-3-Clause
Total Downloads
59.0M
Platforms
GitHub Repository
https://github.com/pallets/jinja/Documentation
https://jinja.palletsprojects.com/