On 2/23/07, asm <[EMAIL PROTECTED]> wrote: > > Am diving into my first TG project.... perhaps unwisely it will be > largish. > > Am wrestling with internal organization of kid templates: > > So far I have a layout template and one which uses it. > > I would like to have a layout and then have an extend hierarchy that > build from that. Thus going from two to three layers: > 1) site layout > 2) role based content (e.g. menus). > 3) page based content > > Having tried this .... I have been unable to escape from problems of a > "method resolution" nature. > > Am I missing a solution to this error? or is the approach to internal > organization at fault? How do others go about it? > well what you need is to duplicate the code that makes master.kid and welcome.kid work, and add a third layer there.
are you sure all your folders are python packages? if you provide more info we may be able to give a more concrete answer. > A > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

