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:Leap:42.1:Rings:1-MinimalX
- Links to openSUSE:Leap:42.1 / python-Jinja2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.1:Staging:A/python-Jinja2 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
Jinja2-2.7.3.tar.gz | 0000378470 370 KB | |
python-Jinja2.changes | 0000008526 8.33 KB | |
python-Jinja2.spec | 0000003569 3.49 KB |
Latest Revision
Stephan Kulow (coolo)
committed
(revision 1)
Comments 0