j
k
j a
j l
Andrew Athan wrote:
<span tal:define="global foo python:[{'a':1},{'a':2}]"></span> <span tal:repeat="v foo"> <span tal:content="repeat/v/a"></span> </span>
<span tal:define="global foo python:[{'a':1},{'a':2}]"></span>
<span tal:repeat="v foo"> <span tal:content="repeat/v/a"></span> </span>
Use "v/a" instead of "repeat/v/a". Cheers, Evan @ 4-am
Back to the thread
Back to the list