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

Edit Package python-Jinja2.1229

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.7.3.tar.gz 0000378470 370 KB
python-Jinja2.changes 0000008346 8.15 KB
python-Jinja2.spec 0000003561 3.48 KB
Latest Revision
Leonardo Chiquitto's avatar Leonardo Chiquitto (leonardocf) committed (revision 1)
Release from SUSE:Maintenance:1229 / python-Jinja2.SUSE_SLE-12_Update
Comments 0
openSUSE Build Service is sponsored by