10 Nov
2002
10 Nov
'02
2:42 a.m.
For your consideration: <span tal:omit-tag="" tal:repeat="thepage python:['pageA','pageB']"> <span tal:condition="nocall:here/thepage | nothing" tal:content="structure here/thepage"></span> </span> Basicaly, I want to test if 'pageA' exists, and if so, render it. I'd like to do something like tal:condition="nocall:here/$thepage | nothing", but this doesn't seem to work. Any ideas of how to do this? Thanks, Mark