Simple HTML template engine?

jean-michel bain-cornu nospam at nospam.fr
Tue Oct 16 04:07:34 EDT 2007


> 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



More information about the Python-list mailing list