Data

array(2) {
  ["cond1"]=>
  bool(false)
  ["cond2"]=>
  bool(true)
}

Template

<!-- .INCLUDE inc-header -->

	<h2>Result</h2>
<!-- .IF cond1 -->
	<p>First Condition is TRUE<p>
<!-- .ELSEIF cond2 -->
	<p>Second Condition is TRUE<p>
<!-- .ELSE -->
	<p>Both Conditions are FALSE<p>
<!-- .END -->

<!-- .INCLUDE see-also-xmp -->

<!-- .INCLUDE inc-footer -->

Result

Second Condition is TRUE


See also