A small but fast and easy to use stand-alone template engine written in pure python.
Project Links
Meta
Author: Armin Ronacher
Classifiers
Development Status
- 5 - Production/Stable
Environment
- Web Environment
Intended Audience
- Developers
License
- OSI Approved :: BSD License
Operating System
- OS Independent
Programming Language
- Python
- Python :: 2
- Python :: 2.6
- Python :: 2.7
- Python :: 3
- Python :: 3.3
- Python :: 3.4
- Python :: 3.5
- Python :: 3.6
Topic
- Internet :: WWW/HTTP :: Dynamic Content
- Software Development :: Libraries :: Python Modules
- Text Processing :: Markup :: HTML
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.
Mar 05, 2025
3.1.6
Dec 21, 2024
3.1.5
May 05, 2024
3.1.4
Jan 10, 2024
3.1.3
Apr 28, 2022
3.1.2
Mar 25, 2022
3.1.1
Mar 24, 2022
3.1.0
Nov 09, 2021
3.0.3
Oct 05, 2021
3.0.2
May 18, 2021
3.0.1
May 11, 2021
3.0.0
Apr 25, 2021
3.0.0rc2
Apr 16, 2021
3.0.0rc1
Feb 05, 2020
3.0.0a1
Jan 31, 2021
2.11.3
Apr 13, 2020
2.11.2
Jan 30, 2020
2.11.1
Jan 27, 2020
2.11.0
Oct 04, 2019
2.10.3
Oct 04, 2019
2.10.2
Apr 06, 2019
2.10.1
Nov 08, 2017
2.10
Apr 03, 2017
2.9.6
Jan 28, 2017
2.9.5
Jan 10, 2017
2.9.4
Jan 08, 2017
2.9.3
Jan 08, 2017
2.9.2
Jan 07, 2017
2.9.1
Jan 07, 2017
2.9
Dec 29, 2016
2.8.1
Jul 26, 2015
2.8
Jun 06, 2014
2.7.3
Jan 10, 2014
2.7.2
Aug 07, 2013
2.7.1
May 20, 2013
2.7
Jul 24, 2011
2.6
Oct 18, 2010
2.5.5
Oct 17, 2010
2.5.4
Oct 17, 2010
2.5.3
Aug 18, 2010
2.5.2
Aug 17, 2010
2.5.1
May 29, 2010
2.5
Apr 20, 2010
2.4.1
Apr 13, 2010
2.4
Feb 19, 2010
2.3.1
Feb 10, 2010
2.3
Sep 14, 2009
2.2.1
Sep 13, 2009
2.2
Dec 25, 2008
2.1.1
Nov 23, 2008
2.1
Jul 17, 2008
2.0
Jun 09, 2008
2.0rc1
Jun 09, 2008
0.0rc0