The easiest way is to to define an attribute on the body tag of the
non-master template:

<body myvar="3">
...

And inside the <body py:match> element of  master.kid you can access it
using:
item.get('myvar')

-- Nadav


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to