# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-Jinja2 VERSION= 3.1.6 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Fully featured template engine (3.12) SDESC[v13]= Fully featured template engine (3.13) HOMEPAGE= https://github.com/pallets/jinja/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56 DISTFILE[1]= jinja2-3.1.6-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON USES= cpe DISTNAME= jinja2-3.1.6.dist-info CPE_PRODUCT= jinja CPE_VENDOR= palletsprojects GENERATED= yes [PY312].RUN_DEPENDS_ON= python-MarkupSafe:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-MarkupSafe:single:v13 [PY313].USES_ON= python:v13,wheel [FILE:1782:descriptions/desc.single] # Jinja 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. ## In A Nutshell ```jinja {% extends "base.html" %} {% block title %}Members{% endblock %} {% block content %} {% endblock %} ``` ## Donate The Pallets organization develops and supports Jinja and other popular packages. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, [please donate today][]. [please donate today]: https://palletsprojects.com/donate ## Contributing See our [detailed contributing documentation][contrib] for many ways to contribute, including reporting issues, requesting features, asking or answering questions, and making PRs. [contrib]: https://palletsprojects.com/contributing/ [FILE:119:distinfo] 85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67 134899 python-src/jinja2-3.1.6-py3-none-any.whl