old-12.html 211 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <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>