Blame view

mobile/source/ext/phptal/tests/input/tal-repeat.06.html 180 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
  <div>
    <metal:block define-macro="test">
      <div tal:content="php:repeat.item.index"/>
    </metal:block>
  
    <div
      tal:repeat="item data"
      metal:use-macro="test"
    />
  </div>