Use py:match (http://kid-templating.org/language.html#match-templates-py-match)
basicly something like this:

master:
<span py:match="item.tag == 'menu'"> <the menu> </span>
slave:
<menu />

On 12/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> How omit piece of master template from showing up in *some* slave
> templates?
>
> Specifically, I don't want a certain menu to show up in 2 slave
> templates.
>
> I'm guessing conditional code is way to go but I don't know if
> conditional code
>
> should go in master or slave template.
>
> Any help greatly appreciated.
>
> Chris
>
>
> >
>


-- 
cheers
    elvelind grandin

--~--~---------~--~----~------------~-------~--~----~
 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