On Fri, Feb 19, 2010 at 3:42 PM, Branko Vukelic <[email protected]> wrote: > I'm pretty happy with web.py's Templetor, atm, but I feel like trying > something new. > > Could you please tell me what templating library you use and what are > its differences and similarities compared to Templetor? > > I'm particularly interested in the following: > > * flexibility in combining and splitting templates and partials > * can be used with jQuery code and any plain-text format > * ability to use regular Python (or subset thereoff) in template code
Try Genshi. I haven't used it really, but I find it quite elegant. -- 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.
