My goal is to have a master.kid file that places things like header/nav
menu/footer on the page. Then I want to have two extending children of
this, a one column page layout, and a two column page layout. These are
the two that all of the templates I create will actually extend. So
really the original master.kid should never be extended by any templates
created for the various controllers.
I'm trying to figure out how to get this to work out though. I'm getting
an error about a key error from kid which isn't very helpful. I've tried
to use the master.kid as a sample and work down from there.
I have pastebin'd a few files. My master.kid, what I call
master_one_col.kid, and then a project_list.kid that extends the one
column master.
I've also pasted by full error there if it's any help.
http://pastebin.ca/353748
Any help in understanding how the match/replace process works and what
I'm doing wrong in trying to get content back up the template chain is
appreciated.
I've also attached the files here in case that's easier than the pastebin.
Thanks!
Rick
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
Your title goes here
Login
Welcome ${tg.identity.user.display_name}.
Logout
|
Title: ${page_title}