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 %}
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-Jinja2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Jinja2-2.6.tar.gz | 0000389741 381 KB | |
python-Jinja2.changes | 0000004438 4.33 KB | |
python-Jinja2.spec | 0000003311 3.23 KB | |
python3-Jinja2.changes | 0000000999 999 Bytes | |
python3-Jinja2.spec | 0000003168 3.09 KB |
Revision 11 (latest revision is 55)
Stephan Kulow (coolo)
accepted
request 143681
from
Todd R (TheBlackCat)
(revision 11)
Fix building on openSUSE 12.1 and 12.2 (forwarded request 143680 from TheBlackCat)
Comments 0