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

Edit Package saltbundlepy-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 (show merged sources derived from linked package)
Filename Size Changed
Latest Revision
buildservice-autocommit accepted request 1134246 from Victor Zhestkov's avatar Victor Zhestkov (vizhestkov) (revision 3)
auto commit by copy to link target
Comments 0
openSUSE Build Service is sponsored by