PyMeld for html templates?

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Thu Jan 18 15:41:41 EST 2007


Sean Schertell a écrit :
> I'm trying to decide which template system to get married to. I think  
> I've narrowed it down to PyMeld, Cheetah, or Jinja  but leaning  heavily 
> toward PyMeld because I love the idea that your templates are  *totally* 
> clean and that get manipulated from behind the scenes. This  seems to be 
> elegantly inline with the Sacred Creed of separation of  logic from 
> presentation.

"separating logic from presentation" is often misunderstood. It should 
really read "separating application logic from presentation logic", not 
"separating presentation logic from html code".

> Of course I'm going to try them all

The don't forget to have a look at Genshi and Mako too.

My 2 cents...



More information about the Python-list mailing list