1 2 3 4 5 6 7 8 9 10 11 12
<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>