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-2.10.tar.gz 0000261631 255 KB
python-Jinja2.changes 0000014011 13.7 KB
python-Jinja2.spec 0000003619 3.53 KB
Revision 32 (latest revision is 55)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 656829 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 32)
- Fix fdupes call

- Remove superfluous devel dependency for noarch package
Comments 0
openSUSE Build Service is sponsored by