old-12.html 211 Bytes
<html>
    <div metal:define-macro="test">
        <span tal:replace="myparam"/>
    </div>

    <div metal:use-macro="test">
        <span tal:define="global myparam string:some test text"/>
    </div>
</html>