Skip to main content

A very fast and expressive template engine.

Project description

Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document.

It includes:

  • Template inheritance and inclusion.

  • Define and import macros within templates.

  • HTML templates can use autoescaping to prevent XSS from untrusted user input.

  • A sandboxed environment can safely render untrusted templates.

  • AsyncIO support for generating templates and calling async functions.

  • I18N support with Babel.

  • Templates are compiled to optimized Python code just-in-time and cached, or can be compiled ahead-of-time.

  • Exceptions point to the correct line in templates to make debugging easier.

  • Extensible filters, tests, functions, and even syntax.

Jinja’s philosophy is that while application logic belongs in Python if possible, it shouldn’t make the template designer’s job difficult by restricting functionality too much.

Installing

Install and update using pip:

$ pip install -U Jinja2

In A Nutshell

{% extends "base.html" %}
{% block title %}Members{% endblock %}
{% block content %}
  <ul>
  {% for user in users %}
    <li><a href="{{ user.url }}">{{ user.username }}</a></li>
  {% endfor %}
  </ul>
{% endblock %}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Jinja2-2.11.2.tar.gz (257.6 kB view details)

Uploaded Source

Built Distribution

Jinja2-2.11.2-py2.py3-none-any.whl (125.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file Jinja2-2.11.2.tar.gz.

File metadata

  • Download URL: Jinja2-2.11.2.tar.gz
  • Upload date:
  • Size: 257.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.2

File hashes

Hashes for Jinja2-2.11.2.tar.gz
Algorithm Hash digest
SHA256 89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0
MD5 0362203b22547abca06ed1082bc1e7b4
BLAKE2b-256 64a745e11eebf2f15bf987c3bc11d37dcc838d9dc81250e67e4c5968f6008b6c

See more details on using hashes here.

File details

Details for the file Jinja2-2.11.2-py2.py3-none-any.whl.

File metadata

  • Download URL: Jinja2-2.11.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 125.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.2

File hashes

Hashes for Jinja2-2.11.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035
MD5 e36888c21cb0f6716b9987be2972744d
BLAKE2b-256 309ef663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page