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

Edit Package python-Jinja2

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
0001-SECURITY-support-sandboxing-in-format-expressions.patch 0000006944 6.78 KB
0001-sandbox-str.format_map.patch 0000002437 2.38 KB
CVE-2020-28493-ReDOS-vuln.patch 0000004787 4.67 KB
Jinja2-2.8.tar.gz 0000357055 349 KB
python-Jinja2.changes 0000011645 11.4 KB
python-Jinja2.spec 0000004232 4.13 KB
Latest Revision
Robert Frohl's avatar Robert Frohl (rfrohl) committed (revision 3)
Set link to python-Jinja2.18330 via maintenance_release request
Comments 0
openSUSE Build Service is sponsored by