tales-true.html 172 Bytes Edit Raw Blame History 1 2 3 4 5 <div> <span tal:condition="true: doesNotExist">error 1</span> <span tal:condition="true: isNotTrue">error 2</span> <span tal:condition="true: isTrue">good</span> </div>