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.7.2.tar.gz 0000378300 369 KB
python-Jinja2.changes 0000007575 7.4 KB
python-Jinja2.spec 0000003446 3.37 KB
Latest Revision
Ruediger Oertel's avatar Ruediger Oertel (oertel) committed (revision 4)
- avoid rebuildcycle with vim
Comments 0
openSUSE Build Service is sponsored by