<%def name="htmlize()">
${caller.header()}
${caller.body()}
<%call expr="htmlize()"> <%def name="header()"> This is the header. <%def name="footer()"> This is the footer. This is the body.