On 21-Oct-07, at 4:51 AM, makoto kuwata wrote:
> > Hi all, > please give me a change to introduce Tenjin template engine. > http://www.kuwata-lab.com/tenjin/ > > Tenjin is a very fast and powerful template engine. > It allows you to embed any Python code in template file. > Tenjin converts template file into Python script and evaluate it. > I believe that Tenjin will fit web.py because it is small and > lightweight. Have you tried compared Tenjin with Mako templates[1]? People claim that Mako is very fast. [1]: http://www.makotemplates.org/ One of the goals of web.py templating system is to let untrusted users write templates. I haven't found any other templating system, which allows this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
