aboutsummaryrefslogtreecommitdiff
path: root/devel/py-Jinja2
Commit message (Collapse)AuthorAgeFilesLines
* Jinja is a small but very fast and easy to use stand-alone template engineNicola Vitale2007-02-164-0/+47
written in pure python. Since version 0.6 it uses a new parser that increases parsing performance a lot by caching the nodelists on the harddisk if wanted. It includes multiple template inheritance and other features like simple value escaping. Author: Armin Ronacher WWW: http://wsgiarea.pocoo.org/jinja/ Notes: svn path=/head/; revision=185300