Blame view

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