blob: 105b2df766172b51fb95180f679c3533b09b0112 [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<p id="false">
<t:unless test="false">
false is rendered
</t:unless>
</p>
<p id="true">
<t:unless test="true">true is not rendered</t:unless>
</p>
</html>