A fast and easy to use template engine written in pure Python
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 %}
- Sources inherited from project SUSE:SLE-12:Update
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-12-SP1:GA/python-Jinja2.16752 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-SECURITY-support-sandboxing-in-format-express |
0000006944 6.78 KB | |
0001-sandbox-str.format_map.patch | 0000002437 2.38 KB | |
Jinja2-2.8.tar.gz | 0000357055 349 KB | |
python-Jinja2.changes | 0000011457 11.2 KB | |
python-Jinja2.spec | 0000004149 4.05 KB |
Latest Revision
Robert Frohl (rfrohl)
committed
(revision 1)
Release from SUSE:Maintenance:16752 / python-Jinja2.SUSE_SLE-12_Update
Comments 0