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 %}
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15:Update/python-Jinja2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
CVE-2020-28493.patch | 0000004758 4.65 KB | |
CVE-2024-34064.patch | 0000002426 2.37 KB | |
Jinja2-2.10.1.tar.gz | 0000260956 255 KB | |
python-Jinja2.changes | 0000014592 14.3 KB | |
python-Jinja2.spec | 0000003791 3.7 KB |
Latest Revision
Ruediger Oertel (oertel)
committed
(revision 3)
Set link to python-Jinja2.33877 via maintenance_release request
Comments 0