[Zope] Calling Page Template with Dictionaries

Chris Withers chrisw@nipltd.com
Thu, 31 Jul 2003 15:20:38 +0100


Paul Winkler wrote:
> 
> Untested, but I think the answer here is a standard python idiom:
> 
> return context['page_template'](**d)

This'd be my suggestion too...

Chris