Loop Templates to Iterate over number values in a Range

This page uses a Hashtag Range Loop to process a Template 5 times.   Range Loop Templates have access to a Local Variable named value that is set to the current Range Counter value.  
Processing this Hashtag Markup:
<# start loop 1..5; #>
The Current Counter is <# value #><br>
<# end loop #>
The Current Counter is 1
The Current Counter is 2
The Current Counter is 3
The Current Counter is 4
The Current Counter is 5


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.