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 %}
- Links to SUSE:SLE-15:Update / python-Jinja2
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ecsos:python/python-Jinja2-2 && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| CVE-2020-28493.patch | 0000004758 4.65 KB | |
| Jinja2-2.10.1.tar.gz | 0000260956 255 KB | |
| _link | 0000000150 150 Bytes | |
| python-Jinja2.changes | 0000014304 14 KB | |
| python-Jinja2.spec | 0000003601 3.52 KB |
Comments 0