According to the webpy.org cookbook, I can use the following to render
a site wide template:
render = web.template.render('templates/', base='layout')
This works great, but only for a global $:content variable. How to I
set things such as $:title in this layout template?
Thank you
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---