python-Jinja2

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 %} <ul> {% for user in users %} <li><a href="{{ user.url }}">{{ user.username }}</a></li> {% endfor %} </ul> {% endblock %}

Il n'y a pas de paquet officiel disponible pour openSUSE Leap 16.0

Distributions

openSUSE Tumbleweed

openSUSE Slowroll

openSUSE Leap 16.0

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Backports for SLE 15 SP7

openSUSE Backports for SLE 15 SP4

openSUSE Backports for SLE 15 SP3

SUSE SLE-15-SP2

SUSE SLE-12-SP5

SUSE SLE-11 SP 4

RedHat RHEL-7

RedHat RHEL-6

CentOS CentOS-7

Distributions non supportées

Les distributions suivantes ne sont pas officiellement supportées. À utiliser à vos risques et périls.

openSUSE:Leap:42.3

openSUSE:13.2

openSUSE:Leap:42.1

SUSE:SLE-15:GA

openSUSE:Leap:15.0

openSUSE:Leap:15.1

openSUSE:Leap:15.2

openSUSE:12.3

openSUSE:12.2

openSUSE:12.1

openSUSE:Tumbleweed

SUSE:SLE-12:SLE-Module-Toolchain

openSUSE:Leap:42.2

openSUSE:13.1

openSUSE:ALP:Experimental:Slowroll:Base

SUSE:SLE-12:GA

SUSE:SLE-12:SLE-Module-Adv-Systems-Management

SUSE:SLE-11:SP2

SUSE:SLE-11:SP3

SUSE:ALP:Workbench

SUSE:ALP

DISCONTINUED:openSUSE:11.2

deleted