ZPT : filling multiple macros
How can I fill multiple macros? For example: index <html metal:use-macro="here/main_template/macros/master"> <body> <div metal:fill-slot="main"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" width="80%"> <h1> Welcome to <span tal:replace="here/title">(portal title)</span> </h1> <dl> <dt> Overview </dt> <dd tal:content="here/description"> Description here </dd> </dl> </td> <td valign="top" width="20%" tal:content="structure here/news_box"> News here </td> </tr> </table> </div> </body> </html> If I also want to change the top_bar (As in CMF zpt skin), where should I place it? Rgs, Kent Sin __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
participants (1)
-
kent sin