Conditional Templates with Logical Operators

This page demonstrates a Hashtag Conditional Template that uses Logical Operators.   The conditional message is styled using Bootstrap 3 default theme classes.  
Processing this Hashtag Markup:
<# if "<#[url.test]#>"=="on" and ("test"=="not test" or "test"=="test") #>
	<h4 class="alert alert-success text-center">Test is <b>ON</b></h4>
<# end if #>




The Hashtag Markup Language provides multiple ways to conditionally display content or execute commands.

Conditional Templates and { Blocks } are demonstrated to compare and contrast.