A small but fast and easy to use stand-alone template engine written in pure python.
Project description
Jinja is a sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It’s basically a combination of Django templates and python code.
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|e }}">{{ user.username|e }}</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 jinja webpage and documentation.
Note
This is the Jinja 1.0 release which is completely incompatible with the old “pre 1.0” branch. The old branch will still receive security updates and bugfixes but the 1.0 branch will be the only version that receives support.
If you have an application that uses Jinja 0.9 and won’t be updated in the near future the best idea is to ship a Jinja 0.9 checkout together with the application.
The Jinja tip is installable via easy_install with easy_install Jinja==dev.
- copyright:
2007 by Armin Ronacher.
- license:
BSD, see LICENSE for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Jinja-1.2.tar.gz
.
File metadata
- Download URL: Jinja-1.2.tar.gz
- Upload date:
- Size: 252.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36252f3d0356008a31a537a31cfba189f7b5898b8e2da454f72ea5f987db8b31 |
|
MD5 | 1235a005ade00b213800ff1e798c0241 |
|
BLAKE2b-256 | df5070f41c599cf0ace6c554b07108916513c70d0e950b0abb18c27a865df7a2 |
File details
Details for the file Jinja-1.2-py2.5-win32.egg
.
File metadata
- Download URL: Jinja-1.2-py2.5-win32.egg
- Upload date:
- Size: 359.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f658d271df403c5fc92837757a051a816ed3914b5d3bdc79fba7031f1f9d68e |
|
MD5 | 27b0804a126c2c0ebd4a9dacffb9dcbb |
|
BLAKE2b-256 | 060a4a745819cad926ec1822e140cdfa610fe38de70e3bde930657c49fddc6f8 |