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...ck:bundle / saltbundlepy-jinja2
- Has a link diff
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement:Uyuni:Master:EL9-Uyuni-Client-Tools:Build-Dependencies/saltbundlepy-jinja2 && cd $_
- Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed | 
|---|---|---|
| Jinja2-3.0.3.tar.gz | 0000269196 263 KB | |
| _link | 0000000142 142 Bytes | |
| saltbundlepy-jinja2.changes | 0000022464 21.9 KB | |
| saltbundlepy-jinja2.spec | 0000002132 2.08 KB | 





Comments 0