A fast and easy to use template engine written in pure Python

Edit Package python-Jinja2

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 %}
Refresh
Refresh
Source Files
Filename Size Changed
Jinja2-3.1.3.tar.gz 0000268261 262 KB
python-Jinja2.changes 0000028442 27.8 KB
python-Jinja2.spec 0000002332 2.28 KB
Revision 51 (latest revision is 53)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1138254 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 51)
- update to 3.1.3 (bsc#1218722, CVE-2024-22195):
  * Fix compiler error when checking if required blocks in parent
    templates are xmlattr filter does not allow keys with spaces.
  * Make error messages stemming from invalid nesting of {% trans
    %} blocks more helpful. :pr:`1916`

  - Security issue: Corrected the security fix for the cache folder.
- avoid rebuildcycle with vim
- Add suggests for vim and emacs in their respective
Comments 0
openSUSE Build Service is sponsored by