Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.

The Jinja2 tip is installable via easy_install with easy_install Jinja2==dev.

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.0rc1.tar.gz (515.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

Jinja2-2.0rc1-py2.5-win32.egg (189.7 kB view details)

Uploaded Egg

Jinja2-2.0rc1-py2.5-macosx-10.3-i386.egg (293.8 kB view details)

Uploaded Egg

Jinja2-2.0rc1-py2.5-linux-x86_64.egg (196.5 kB view details)

Uploaded Egg

Jinja2-2.0rc1-py2.5-linux-i686.egg (195.9 kB view details)

Uploaded Egg

Jinja2-2.0rc1-py2.4-win32.egg (192.2 kB view details)

Uploaded Egg

Jinja2-2.0rc1-py2.4-macosx-10.3-i386.egg (288.0 kB view details)

Uploaded Egg

Jinja2-2.0rc1-py2.4-linux-x86_64.egg (197.7 kB view details)

Uploaded Egg

Jinja2-2.0rc1-py2.4-linux-i686.egg (198.5 kB view details)

Uploaded Egg

File details

Details for the file Jinja2-2.0rc1.tar.gz.

File metadata

  • Download URL: Jinja2-2.0rc1.tar.gz
  • Upload date:
  • Size: 515.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Jinja2-2.0rc1.tar.gz
Algorithm Hash digest
SHA256 f9468e841a39bd5a8d786db646b4f8d472c73c06eb4f8dfd2b11ebc9235a7bac
MD5 7751e097f23fec244634e601d86e1d60
BLAKE2b-256 7ec97ade5e3a768b7f099e326690294609962bc83d0c5c392dcb97a6eb39aa13

See more details on using hashes here.

File details

Details for the file Jinja2-2.0rc1-py2.5-win32.egg.

File metadata

File hashes

Hashes for Jinja2-2.0rc1-py2.5-win32.egg
Algorithm Hash digest
SHA256 d073aee8c7f7b32af90b6817117b369871888fdbd61c8fa1b193162c44ee1ddf
MD5 40af7fdc93abd3892b6ea2f208a6033b
BLAKE2b-256 f610c9391f5561e69dff71e95b91bf4440c0a40f68e494358dcc082945c3aab1

See more details on using hashes here.

File details

Details for the file Jinja2-2.0rc1-py2.5-macosx-10.3-i386.egg.

File metadata

File hashes

Hashes for Jinja2-2.0rc1-py2.5-macosx-10.3-i386.egg
Algorithm Hash digest
SHA256 78f6c467e64fb8045bcf4ccb0f2cb0a62f028375b268288dfb7a7929bcb11938
MD5 bc82f2a2e9b55ca1472bc7b89fedca06
BLAKE2b-256 eafc64cf36076950f861b29862a88fee91dd38b1459b9a3ca7cd9e806c43c865

See more details on using hashes here.

File details

Details for the file Jinja2-2.0rc1-py2.5-linux-x86_64.egg.

File metadata

File hashes

Hashes for Jinja2-2.0rc1-py2.5-linux-x86_64.egg
Algorithm Hash digest
SHA256 726bda3062c14dd4c7c808c90adb1a7c54680b3edfbd42b62417af7c1cef9ff9
MD5 3ccf95d2d6245b5407cdda0577b24f64
BLAKE2b-256 7fc025d775813d628bd8c173b906e20cf9fc7dfa7a816529216176199c8f58ec

See more details on using hashes here.

File details

Details for the file Jinja2-2.0rc1-py2.5-linux-i686.egg.

File metadata

File hashes

Hashes for Jinja2-2.0rc1-py2.5-linux-i686.egg
Algorithm Hash digest
SHA256 e6637b5a94b45d90892e822037b4077eb20a766f9a08c2d2f0a7a512e99b5f96
MD5 3a2be0c13c6036d59e81f9b3db82bdfa
BLAKE2b-256 2a68316c1bfc6f34cdf07552a0350927224ea8c844c7651a98d64fa240718284

See more details on using hashes here.

File details

Details for the file Jinja2-2.0rc1-py2.4-win32.egg.

File metadata

File hashes

Hashes for Jinja2-2.0rc1-py2.4-win32.egg
Algorithm Hash digest
SHA256 be3fac9ca65d8b7ae2b242f10819f4391a14feeb2dbaad9b9ddec96e04adeac6
MD5 6f17c620d4bc9272f3061b70ab7af11b
BLAKE2b-256 33ac03043414ec22e6db67bcd915d298ca49ae81a1d01795bfc1cc9d8c04282c

See more details on using hashes here.

File details

Details for the file Jinja2-2.0rc1-py2.4-macosx-10.3-i386.egg.

File metadata

File hashes

Hashes for Jinja2-2.0rc1-py2.4-macosx-10.3-i386.egg
Algorithm Hash digest
SHA256 f7fce759b5cce2d764c2d00756a636086fbc748878c959c10ce2393b1a910792
MD5 3b5901001e84aa62c8bc4c6f0a638b18
BLAKE2b-256 16a8953ae04316fc5f916982ad29a24247cdf3a10c903e487256b9309112a95b

See more details on using hashes here.

File details

Details for the file Jinja2-2.0rc1-py2.4-linux-x86_64.egg.

File metadata

File hashes

Hashes for Jinja2-2.0rc1-py2.4-linux-x86_64.egg
Algorithm Hash digest
SHA256 7f715cf867db9fd49b281604dc56762292a7f0a8dff7b71f1924c39acf49a504
MD5 3f0499f5f0caa7943d4ba3cb20740f5e
BLAKE2b-256 bd0e643b5e074755af3e9e3b83c1c60efde6765cd44071ac12d89385f1cc4aab

See more details on using hashes here.

File details

Details for the file Jinja2-2.0rc1-py2.4-linux-i686.egg.

File metadata

File hashes

Hashes for Jinja2-2.0rc1-py2.4-linux-i686.egg
Algorithm Hash digest
SHA256 e59a42234017114d3df9db61d3cc48384e825170dbb95b008c22d78b7ce9ac71
MD5 e4286023eed2f6d8cc5f5075106db1f4
BLAKE2b-256 2dc493c21617ae4b0bdfd46ed5ac1d8694712d8cf7b5d1e868ca1d712593d2f8

See more details on using hashes here.

Supported by

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