Blame view

mobile/source/ext/phptal/tests/input/tal-condition.03.html 112 Bytes
a1684257   Administrator   first commit
1
2
  <span tal:condition="exists: foo">foo exists</span>
  <span tal:condition="exists: somevar">somevar exists</span>