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
-
Checkout Package
osc checkout SUSE:SLE-15-SP2:GA/python-Jinja2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
CVE-2020-28493.patch | 0000004758 4.65 KB | |
Jinja2-2.10.1.tar.gz | 0000260956 255 KB | |
python-Jinja2.changes | 0000014304 14 KB | |
python-Jinja2.spec | 0000003662 3.58 KB |
Revision 1 (latest revision is 2)
Samu Voutilainen (Smar)
committed
(revision 1)
osc copypac from project:openSUSE.org:SUSE:SLE-15:Update package:python-Jinja2 revision:04a14ab34d8ab122d8dec2efaf58fb2f
Comments 0