tales-true.html 172 Bytes
<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>