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 openSUSE:Factory:Rings:1-MinimalX
- Links to openSUSE:Factory / python-Jinja2
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:jsulig:devel:LoongArch:Factory/python-Jinja2 && cd $_ - Create Badge
Refresh
python-Jinja2
loongarch64
unresolvable
The build can not begin, because required packages are either missing or not explicitly defined.
Repository has been published
unresolvable:
nothing provides libmpdec.so.3()(64bit) needed by python312-base, nothing provides libmpdec.so.3()(64bit) needed by python313-base
Comments 0