views:

145

answers:

2

It seems they all on Python 2.x.

(Actually I want a more widely-used engine that has Python 3.x support.)

A: 

The first search result is the templating wiki page; which includes at least one templating engine which says it works on Python 2.4, 2.5, 2.6 and 3.0.

Adam Bernier
+1  A: 

Just released Jinja 2.3 has experimental support for Python 3. http://lucumr.pocoo.org/2010/2/10/jinja-2-3-released

jaux