Jinja

python template engine


Jinja

http://jinja.pocoo.org/1/static/jinjabanner.png

Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. 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.

If you're looking for information about Jinja, you're most likely on the wrong place. The Jinja webpage can be found at jinja.pocoo.org, this is the Jinja bug tracker and development center.

If you want to file a bug please register and use your account to create tickets.

This website can be used to file bugs against Jinja1 or 2, however the repository browser only lists the sourcecode for Jinja2.


The Mercurial repository can be browsed here, and checked out with

hg clone http://dev.pocoo.org/hg/jinja2-main

For the old Jinja1 version you can check out the repository here:

hg clone http://dev.pocoo.org/hg/jinja-main

Starting Points