Loop Until Conditional

This page uses a Hashtag Loop Until Conditional to process a Template 5 times.  
Processing this Hashtag Markup:
<# start loop until counter is 5; #>
	<# increment counter by 1; #>
	The Current Counter is <# counter #><br>
<# end loop #>


The Hashtag Framework provides Loop Templates for iterative and repetitive processing of Hashtag Markup.  

The examples in this section cover the different types of Loop Templates: Bucket, Range, and Until Conditional.