Does anyone know how template inheritance works? For example, I want the site to use the base template. I want certain menu items to use an override template. However, I want the "children" of the that menu item to use the base template.
I can't seem to keep the children of a menu item (Home, in my case) from inheriting Home's override template. Do I have to create yet another override template for the children?
Here's a diagram (sort of):
Home
-> Rabbi
-> Cantor
-> Shamas
Membership
Blah
Blah Blah
In this example, I want Home, but not Rabbi, to use the override. If you go to http://www.sinaict.org, you can see what I have. What I want is for sidebar-a to be its "normal" width for those pages that don't have the picture at the top of sidebar-a.
I can't seem to find the magic formula.