          MODULE=Jinja2
         VERSION=2.6
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://pypi.python.org/packages/source/J/Jinja2/
      SOURCE_VFY=sha1:f122aeb324b2009bbcee341d0f001a047ac4bbe5
        WEB_SITE=http://jinja.pocoo.org/docs/
         ENTERED=20120108
         UPDATED=20120108
           SHORT="templating language for Python"

cat << EOF
Jinja2 is a modern and designer friendly templating language for Python, 
modelled after Django?s templates. It is fast, widely used and secure with a
optional sandboxed template execution environment.

Features:

    sandboxed execution
    powerful automatic HTML escaping system for XSS prevention
    template inheritance
    compiles down to the optimal python code just in time
    optional ahead of time template compilation
    easy to debug. Line numbers of exceptions directly point to the correct line in the template.
    configurable syntax

EOF
