A fast and easy to use template engine written in pure Python

Edit Package python-Jinja2.37840

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 %}
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
No comments available
openSUSE Build Service is sponsored by