mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
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.
|
|
|
|
WWW: http://jinja.pocoo.org/
|