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 systemsmanagement:s...dle:next:python311
- Links to systemsma...ndle:next / saltbundlepy-jinja2
- Has a link diff
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement:saltstack:bundle:next:python311:Ubuntu2004/saltbundlepy-jinja2 && cd $_
- Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed | 
|---|---|---|
| Jinja2-3.1.2.tar.gz | 0000268239 262 KB | |
| _link | 0000000147 147 Bytes | |
| saltbundlepy-jinja2.changes | 0000024678 24.1 KB | |
| saltbundlepy-jinja2.spec | 0000002266 2.21 KB | 





Comments 0