16d1356978
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.
3 lines
220 B
Text
3 lines
220 B
Text
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.
|