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 openSUSE:Leap:15.2:Rings:1-MinimalX
- Links to openSUSE:Leap:15.2 / python-Jinja2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:Staging:B/python-Jinja2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fix-ftbfs-with-python313.patch | 0000018533 18.1 KB | |
jinja2-3.1.4.tar.gz | 0000240245 235 KB | |
python-Jinja2.changes | 0000029635 28.9 KB | |
python-Jinja2.spec | 0000002934 2.87 KB |
Revision 1 (latest revision is 22)
Ludwig Nussel (lnussel_factory)
committed
(revision 1)
copy from Factory
Comments 0