[Zope] python variables rendered by dtml

Dylan Reinhardt zope@dylanreinhardt.com
Tue, 04 Mar 2003 14:41:42 -0800


At 02:08 PM 3/4/2003, jwsacksteder@ramprecision.com wrote:
>I then want to render 'foo' from a dtml method with a dtml-in clause. What
>is to best way to pass 'foo' into the dtml method?

<dtml-in "python_script(args)">

Where python_script returns foo.

Dylan