A fast and easy to use template engine written in pure Python
Jinja2 is a template engine written in pure Python. It provides a Django
inspired non-XML syntax but supports inline expressions and an optional
sandboxed environment. Here a small example of a Jinja template:
{% extends 'base.html' %}
{% block title %}Memberlist{% endblock %}
{% block content %}
{% for user in users %}
{{ user.username }}
{% endfor %}
{% endblock %}
- Sources inherited from project SUSE:SLE-15:Update
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP1:GA/python-Jinja2.37840 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
CVE-2020-28493.patch | 0000004758 4.65 KB | |
CVE-2024-34064.patch | 0000002426 2.37 KB | |
CVE-2024-56326.patch | 0000005954 5.81 KB | |
CVE-2025-27516.patch | 0000003042 2.97 KB | |
Jinja2-2.10.1.tar.gz | 0000260956 255 KB | |
python-Jinja2.changes | 0000014973 14.6 KB | |
python-Jinja2.spec | 0000003922 3.83 KB |
Comments 0