Skip to main content

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.

Nutshell

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

Philosophy

Application logic is for the controller but don’t try to make the life for the template designer too hard by giving him too few functionality.

For more informations visit the new Jinja2 webpage and documentation.

Release files for jinjamodificado 2.10

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for jinjamodificado 2.10
File Size Uploaded
jinjamodificado-2.10.tar.gz 260.2 kB Details

Release files / jinjamodificado-2.10.tar.gz

Download URL jinjamodificado-2.10.tar.gz
Size 260.2 kB
Tags Source
SHA-256 checksum
How to use checksums
5ba05bee8f57adbc26d092ea4150cab4acfb89f96a8453eea40593aee56f75ff
BLAKE2b-256 checksum
How to use checksums
7dadcaa442891a24e1378741fa5c19b5bc23cfccb8731689a66f9d37ec6c15bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

2.10 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page