blob: f2299bb38b5ee0123fac12292f850bba436ef855 (
plain)
1
2
3
|
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.
|