> [1] This way I'm inheriting look 'n feels from the parent(s) directory. > Does Template or some part of it do this now?
You can do that be setting your include path to a set of directories in the order you want them searched: ['/foo/bar/baz', '/foo/bar', '/foo', '/'] - Perrin
