> > I have not found any template engine which can separate > presentation logics from template files in Python. > All of template engines in Python (Temletor, Mako, Cheetah, > Kid, Genshi, Myghty, Django, DTML, ZPT) are needed to > embed presentation logics in template files. > It means that you can't allow untrusted users to edit their > own template files.
I didn't understand what you mean by separating presentation logic from templates. But templetor allows untrusted users to write templates. http:// demo.openlibrary.org is an example. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
