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
Jinja2-3.0.1.tar.gz 0000267938 262 KB
no-warnings-as-errors.patch 0000000290 290 Bytes
python-Jinja2.changes 0000023505 23 KB
python-Jinja2.spec 0000002322 2.27 KB
Revision 44 (latest revision is 53)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 917899 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 44)
- Add no-warnings-as-errors.patch:
  * Do not treat warnings as errors until upstream fix using async loops.
Comments 0
openSUSE Build Service is sponsored by