Differences between revisions 1 and 2
Revision 1 as of 2008-12-27 23:55:53
Size: 670
Comment: initial version: jinja-1.2
Revision 2 as of 2022-04-05 00:59:20
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= jinja =

== Description ==

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.

== License ==

Modified BSD

== SPKG Maintainers ==

Mike Hansen <mhansen (AT) gmail.com>

== Upstream Contact ==

Armin Ronacher <armin ronacher at active-4 com>
http://jinja.pocoo.org/

== Dependencies ==

No special dependencies.

== Special Update/Build Instructions ==

No modifications.

== Changelog ==

=== jinja-1.2 (Mike Hansen, September 15th, 2008) ===
 * Initial version.