Conditional { Blocks }

This page demonstrates a Hashtag Conditional { Block }.   The conditional message is styled using Bootstrap 3 default theme classes.   Conditional { Blocks } are processed as Hashtag Markup as long as valid commands are parsed from the start of the remaining block.   When a Hashtag Markup command can no longer be parsed from the start of the remaining block, the content is printed as text.  
Processing this Hashtag Markup:
<# if("<#[url.test]#>"=="on") {
	<h4 class="alert alert-success text-center">Test is <b>ON</b></h4>
} #>




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

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