×

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: - Template inheritance and inclusion. - Define and import macros within templates. - HTML templates can use autoescaping to prevent XSS from untrusted user input. - A sandboxed environment can safely render untrusted templates. - AsyncIO support for generating templates and calling async functions. - I18N support with Babel. - Templates are compiled to optimized Python code just-in-time and cached, or can be compiled ahead-of-time. - Exceptions point to the correct line in templates to make debugging easier. - Extensible filters, tests, functions, and even syntax. 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.

Uploaded Mon Mar 31 22:04:33 2025
md5 checksum af29bd5af3d12d33f978b38cc3198bf0
arch x86_64
build py312h06a4308_0
constrains babel >=2.7
depends markupsafe >=2.0, python >=3.12,<3.13.0a0
license BSD-3-Clause
license_family BSD
md5 af29bd5af3d12d33f978b38cc3198bf0
name jinja2
platform linux
sha1 9d7f14be0c4da4399786987c7620dfd820a8a31e
sha256 f0b6c6e4f896e55182f70f8e2e50d22ff3a7a9a9026bcde6148d51c3992c36c1
size 360440
subdir linux-64
timestamp 1741710978281
version 3.1.6