1 2 3 4 5 6 7 8 9 10 11 12
<root> <tal:block define="global foo string:my foo string; global true php:true" /> <tal:block replace="foo"/> <tal:block condition="true">true</tal:block> <metal:block define-macro="test"> test macro content </metal:block> <metal:block use-macro="test"/> </root>