blob: e08f2e2e8a296dd4e36551a95764c0c1e9e1b108 [file] [log] [blame]
<include src="included_sample.html">
<if expr="True">
should be kept
</if>
in the middle...
<if expr="False">
should be removed
</if>
<if expr="False">
should be removed
<if expr="True">
should be removed because outer expr is False
</if>
should be removed
</if>
<if expr="True">
<if expr="True">
<if expr="True">
nested true should be kept
</if>
<if expr="False">
should be removed
</if>
</if>
<if expr="True">
silbing true should be kept
</if>
</if>
at the end...