Jonathan Ellis wrote: > The callback organization is interesting but seems more cumbersome than > the more-traditional approach you see in Cheetah et al. I guess if you > are absolutely allergic to any sort of code whatsoever in your > presentation layer, though, HTMLTemplate might be the way to go. :)
If there's no code then it's not a presentation layer. It's an HTML layer, nothing more, just dumb data. Presentation requires logic. From that perspective, I think doing proper model/presentation separation using something like HTMLTemplate requires discipline and the addition of another Python presentation layer. -- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com