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

There is no official package available for openSUSE Leap 16.0

Distributions

openSUSE Tumbleweed

openSUSE Slowroll

openSUSE Leap 16.0

openSUSE Leap 15.6

openSUSE Leap 15.5

SLFO Main

home:ecsos:python ชุมชน
3.1.6

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

Unsupported distributions

The following distributions are not officially supported. Use these packages at your own risk.

openSUSE:Leap:42.1

openSUSE:Leap:42.2

openSUSE:13.1

SUSE:SLE-12:SLE-Module-Toolchain

openSUSE:13.2

openSUSE:Tumbleweed

openSUSE:12.1

openSUSE:12.2

openSUSE:12.3

openSUSE:ALP:Experimental:Slowroll:Base

openSUSE:Leap:42.3

SUSE:SLE-15:GA

openSUSE:Leap:15.0

openSUSE:Leap:15.1

openSUSE:Leap:15.2

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

SUSE:SLE-12:GA

SUSE:SLE-11:SP2

SUSE:SLE-11:SP3

SUSE:ALP

SUSE:ALP:Workbench

DISCONTINUED:openSUSE:11.2

deleted