Blame view

mobile/source/ext/phptal/tests/input/tal-repeat.01.html 72 Bytes
a1684257   Administrator   first commit
1
2
3
4
  <span
    tal:repeat="item array"
    tal:content="item"
  >item value</span>