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 SUSE:SLE-15:Update
- 
1
derived packages
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP1:Update/python-Jinja2 && cd $_
- Create Badge
Refresh
Source Files
| Filename | Size | Changed | 
|---|---|---|
| _link | 0000000054 54 Bytes | 





Comments 0