let's say I have /templates/foo (a page template) /news/bar (a python script) in bar I have: return templates.foo() how can I get 'news' or 'bar' from foo ? If it were a python srcipt too I'd just call context, but that doesnt seems to be available on zpt, I dont want to explicitly pass news or bar to the template and reference it as options... so, is there any chance to still do that ? thanks alex