Skip to content Skip to sidebar Skip to footer

Are There Any Python Template Engines That Support Python 3.x

It seems they all run on Python 2.x. (Actually I want a more widely-used engine that has Python 3.x support.)

Solution 1:

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


Solution 2:

If you don't mind using beta software, the newly-released moody-templates was written for Python 3 from the ground up.

https://github.com/etianen/moody-templates


Solution 3:

Maybe very outdated, but Mako supports python 3.


Solution 4:

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.


Post a Comment for "Are There Any Python Template Engines That Support Python 3.x"