[Zope] is there a dtml-with convenience tag ?? or equivalent syntax
Dieter Maurer
dieter@handshake.de
Sun, 9 Sep 2001 19:20:24 +0200 (CEST)
Trevor Toenjes writes:
> Is there a one liner that looks something like this?
> <dtml-call "foo.bar(something)"> **see below
Yes.
Do you read background information?
The Zope book or
<http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html>
may answer some of your questions, as the above one:
<dtml-call "foo.bar(_.None,_,something)">
if "foo.bar" is a DTML object....
"something" must be a (possibly empty) sequence of keyword arguments...
Dieter