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.

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


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

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

Starting Points