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 systemsma...ck:bundle / saltbundlepy-jinja2
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement:Uyuni:Master:openSUSE_Leap_15-Uyuni-Client-Tools:Build-Dependencies/saltbundlepy-jinja2 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
Jinja2-3.1.2.tar.gz | 0000268239 262 KB | |
saltbundlepy-jinja2.changes | 0000024678 24.1 KB | |
saltbundlepy-jinja2.spec | 0000002266 2.21 KB |
Comments 0