[ZPT] context not bound?

alex@quad.com.ar alex@quad.com.ar
Mon, 8 Oct 2001 17:05:16 -0300


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