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.11.2.tar.gz 0000257594 252 KB
python-Jinja2.changes 0000021928 21.4 KB
python-Jinja2.spec 0000002784 2.72 KB
Latest Revision
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 1)
osc copypac from project:openSUSE:Factory package:python-Jinja2 revision:40, using expand
Comments 0
openSUSE Build Service is sponsored by