> Can anyone recommend a simple python template engine for generating
> HTML that relies only on the Pyhon Core modules?
> 
> No need for caching, template compilation, etc.
> 
> Speed is not a major issue.
> 
> I just need looping and conditionals. Template inheritance would be a
> bonus.

I have written my own a couple of years ago. It is very simple (just one 
script with no dependancies) and doesn't offer conditionals and inheritance.
The documentation is here : http://www.jmbc.fr/balloondoc/index.html
and you can download at : 
http://sourceforge.net/project/showfiles.php?group_id=162003

I hope this will be helpful.
jm
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to