old-06.html 207 Bytes
<html>
<body>


<span metal:define-macro="test">
<div tal:content="title">Some title</div>
</span>

<span tal:define="global path string:old-06.html/test"/>
<span metal:use-macro="${path}"/>
</body>
</html>