On Wed, 2011-06-22 at 14:13 -0700, Bruce Wade wrote: > I have used Mako with pylons, now I am trying to rap my head around > chameleon for pyramid. How do we keep our templates DRY using > chameleon? Does it support template inheritance? (Where you can have a > base file and just include it into the other template files)
One option is to just use Mako: http://docs.pylonsproject.org/projects/pyramid/1.0/narr/templates.html#templating-with-mako-templates > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.warplydesigned.com > http://www.fittraineronline.com > > > -- > You received this message because you are subscribed to the Google > Groups "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to pylons-discuss > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
