Blame view

mobile/source/ext/phptal/tests/input/tales-exist-02.html 127 Bytes
a1684257   Administrator   first commit
1
2
3
4
  <span>
    <span tal:condition="exists: o/foo">foo exists</span>
    <span tal:condition="exists: o/bar">bar exists</span>
  </span>