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 systemsmanagement:saltstack:bundle
-
17
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement:saltstack:bundle:SLMicro60/saltbundlepy-jinja2 && cd $_
- Create Badge
Refresh
saltbundlepy-jinja2
aarch64
Package has built successfully and can be used to build further packages.
Repository has been published
s390x
Package has built successfully and can be used to build further packages.
Repository has been published
x86_64
Package has built successfully and can be used to build further packages.
Repository has been published
ppc64le
Package has built successfully and can be used to build further packages.
Repository has been published
Refresh
Comments 0