"allen.fowler" <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

> Hello,
> 
> 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've seen Genshi and Cheetah, but they seem way too complex.
> 
> Any ideas?
> 

Did you try Cheetah? I've just started using it for a simple job, 
just looping and conditionals and it seemed quite simple to me.

Adrian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to