Module: DT_Let | qm/external/DocumentTemplate/DT_Let.py | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The Let tag was contributed to Zope by and is copyright, 1999 Phillip J. Eby. Permission has been granted to release the Let tag under the Zope Public License. Let name=value... The The text enclosed in the let tag is rendered using information from the given variables or expressions. For example:: <!--#let foofunc="foo()" my_bar=bar--> foo() = <!--#var foofunc-->, bar = <!--#var my_bar--> <!--#/let--> Notice that both Variables are processed in sequence, so later assignments can reference and/or overwrite the results of previous assignments, as desired.
|