<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have tried out the include stuff recently talked
about on this list, but I don't think it does exactly what I want.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>What I'm looking for is something like</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>
<DIV><!-- fancy html -->
<DIV> <div tal:replace="insert: $page">__MAIN__</div><BR><FONT
face=Arial size=2><!-- fancy html --></FONT></DIV>
<DIV> </DIV></DIV>
<DIV>where page is a macro like #index_body for example</DIV>
<DIV> </DIV>
<DIV>At the minute, what I'm doing is </DIV>
<DIV><!-- fancy html --></DIV>
<DIV> <div tal:if="eq: $page string:help"><BR> <div
metal:use-macro="#help">__MAIN__</div><BR> </div><BR><FONT
face=Arial size=2><!-- fancy html --></FONT></DIV>
<DIV> </DIV>
<DIV>Thanks for any pointers</DIV>
<DIV> </DIV>
<DIV>Simon</DIV>
<DIV> </DIV>
<DIV> </DIV></FONT></DIV></BODY></HTML>