You can use Mako with Pyramid, http://docs.pylonsproject.org/projects/pyramid/1.0/narr/templates.html#templating-with-mako-templates. You can also do inheritance in Chameleon, not sure how though off the top of my head.
On Wed, Jun 22, 2011 at 4:13 PM, Bruce Wade <[email protected]> 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) > > -- > -- > 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 > [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.
