Blame view

mobile/source/ext/phptal/tests/input/tal-define.06.html 173 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
  <div>
    <metal:block define-macro="foo">
      <span tal:define="global test 'value'"/>
      <span tal:replace="test"/>
    </metal:block>
  
    <div metal:use-macro="foo"/>
  </div>