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 %}
- Links to home:cabelo:jax / python-Jinja2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:goupilmtos:2024:python/python-Jinja2 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
Jinja2-3.1.3.tar.gz | 0000268261 262 KB | |
python-Jinja2.changes | 0000028699 28 KB | |
python-Jinja2.spec | 0000002486 2.43 KB |
Comments 0