[ZPT] What are the best approaches (for ZPT)?

Tom Deprez Tom Deprez" <tom.deprez@uz.kuleuven.ac.be
Fri, 15 Mar 2002 12:44:49 +0100


1) Is it better to make one index_html which is build from a macros template
and for content calls some methods (eg getBody)
    Thus in folders below the index_html, only getBody has to be created
or
    Is it better to make in every folder an index_html build from  a macros
template

2) Which is the best syntax (also looking at possible changes made by
designers in their tool)?

  <td tal:content="structure python:field.render()"></td>

or

  <td><span tal:replace="structure python:field.render()">item
value</span></td>

Regards, Tom.