Jinja2

Jinja2 is a modern and designer friendly templating language for Python, modelled after Django’s templates.

Slackware 14 installation

Check installation

python
Python 2.7.3 (default, Jul  3 2012, 21:16:07) 
[GCC 4.7.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import jinja2
>>> jinja2.__version__
'2.7.1'
>>> quit()

Python/Jinja2 (last edited 2013-12-29 19:21:53 by 89)