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.
Last Updated
Feb 22, 2024 at 07:54
License
BSD-3-Clause
Total Downloads
14
Supported Platforms
GitHub Repository
https://github.com/pallets/jinja/Documentation
https://jinja.palletsprojects.com/