j
k
j a
j l
David Bear wrote:
<div tal:repeat="topic python:container.listZPT"> <p tal:content="topic/title_or_id"> stuff </p> </div> the listZPT is a script the returns a list of page template objects.
<div tal:repeat="topic python:container.listZPT"> <p tal:content="topic/title_or_id"> stuff </p> </div>
the listZPT is a script the returns a list of page template objects.
python:container.listZPT() perhaps?
Back to the thread
Back to the list