HTML templating tools

Adrian Petrescu apetresc at gmail.com
Thu Oct 20 17:16:16 EDT 2016


On Thu, 20 Oct 2016 11:34:36 +0200, Tony van der Hoff wrote:

> Can anyone recommend a suitable replacement (preferably
> compatible with htmltmpl)?

I don't think anything is going to be compatible with htmltmpl, but Jinja2 
is a very widely-used, well-supported and easy-to-learn templating engine 
for Python: http://jinja.pocoo.org/docs/dev/

There's nothing specific to HTML about it, but that is its most common 
use case.



More information about the Python-list mailing list