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.3.tar.gz 0000257589 252 KB
python-Jinja2.changes 0000022320 21.8 KB
python-Jinja2.spec 0000002784 2.72 KB
Revision 41 (latest revision is 53)
Comments 0
openSUSE Build Service is sponsored by