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?