Hello. I am very new to Zope. I am wondering if DTML provides a brief argument-passing syntax which is equivalent to the following: <dtml-let name="'John'" age="'18'"> <dtml-var describe_person> </dtml-let> For example, it might look something like this: <dtml-var describe_person(name="'John'" age="'18'")> Thanks in advance, John-Paul Gignac