Jinja
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
- check out or browse the source using mercurial
- browse the source using trac
- create a new bug report / feature request
- read the documentation
- visit the website
- join the irc channel (read the logs)
- read or post to the mailing list
