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... -- http://mail.python.org/mailman/listinfo/python-list