Blame view

mobile/source/ext/phptal/tests/input/tal-define.04.html 86 Bytes
a1684257   Administrator   first commit
1
2
3
4
  <html>
    <span tal:define="global foo number:0"/>
    <span tal:replace="foo"/>
  </html>