×

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:37 2025
md5 checksum 6ece86f360f169b5f337d03883523c3e
arch x86_64
build py311h06a4308_1
build_number 1
constrains babel >=2.7
depends markupsafe >=2.0, python >=3.11,<3.12.0a0
license BSD-3-Clause
license_family BSD
md5 6ece86f360f169b5f337d03883523c3e
name jinja2
platform linux
sha1 6c5b106ef0b9f2f60ce03846e056707ea3439310
sha256 1d9b0c390a78491a1b0ee5d804d93e6fb0ec3ef8abf8ad6d09083519eebe7872
size 370258
subdir linux-64
timestamp 1730903056980
version 3.1.4