Blame view

mobile/source/ext/phptal/tests/input/old-12.html 211 Bytes
a1684257   Administrator   first commit
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>