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 %}

openSUSE Leap 16.0 没有可用的官方软件包

发行版

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

不受支持的发行版

下列发行版未被官方支持。使用这些软件包需要您自担风险。

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