views:

101

answers:

1

Is there a template engine for Python 3? It should be flexible (not HTML/XML centric) and fast.

+2  A: 

There is Jinja (http://pypi.python.org/pypi/Jinja2/2.4.1)

joaquin