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 %}
- Links to systemsma...ndle:next / saltbundlepy-jinja2
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:vizhestkov:salt-bundle-next/saltbundlepy-jinja2 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
Jinja2-3.1.2.tar.gz | 0000268239 262 KB | |
saltbundlepy-jinja2.changes | 0000024678 24.1 KB | |
saltbundlepy-jinja2.spec | 0000002266 2.21 KB |
Latest Revision
buildservice-autocommit
accepted
request 1134246
from
Victor Zhestkov (vizhestkov)
(revision 3)
auto commit by copy to link target
Comments 0