[Zope] tal define and repeat

Jamie Heilman jamie@audible.transient.net
Thu, 5 Dec 2002 10:44:55 -0800


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.

python:container.listZPT()  perhaps?