blob: 21cacb41cb8db84cb674fb90261b59637a72b4fc (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
Author: Armin Ronacher
WWW: http://jinja.pocoo.org/
|