old-30.html 299 Bytes
<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>