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 openSUSE:12.2
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/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 | 0000000667 667 Bytes | |
python3-Jinja2.spec | 0000003618 3.53 KB |
Latest Revision
Adrian Schröter (adrianSuSE)
committed
(revision 1)
branched from openSUSE:Factory
Comments 0