On Wed, Sep 3, 2008 at 4:48 PM, Davide Rognoni <[EMAIL PROTECTED]> wrote: > > Then you can vote this template :-)
Hopefully, people using other templates would be kind enough to post a how to on getting it working on the cookbook site google set up. http://appengine-cookbook.appspot.com/ > > -- Best Template Engine > http://pyoohtml.appspot.com/best-template-engine > > > On Sep 3, 10:30 pm, Thomas Johansson <[EMAIL PROTECTED]> wrote: >> Jinja 2. Similar to django templates but much more powerful and rivals >> mako in speed. It also has sane, python-like conditionals; No >> "ifnotequal" and such sillyness. Important to note that it is however >> NOT embedded python. >> >> http://jinja.pocoo.org/2/ >> >> On Sep 3, 9:49 pm, Davide Rognoni <[EMAIL PROTECTED]> wrote: >> >> >http://www.makotemplates.org >> > Mako is a template library written in Python. >> >> > Insanely Fast. An included bench suite, adapted from a suite included >> > with Genshi, has these results for a simple three-sectioned layout: >> >> > Mako: 1.10 ms Myghty: 4.52 ms >> > Cheetah: 1.10 ms Genshi: 11.46 ms >> > Django: 2.74 ms Kid: 14.54 ms >> >> > Since a speed test is always a flashpoint for controversy, and you can >> > modify the bench to show different variances, the point here is not >> > that "Mako is faster"; its not meant as a competitive point. The point >> > is, "Mako is as fast as any of the other currently popular >> > approaches". >> >> > -- Best Template Enginehttp://pyoohtml.appspot.com/best-template-engine > > > -- Noah Gift http://noahgift.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
