Hi, I want to create a range helper such that I can do the following
{{#range 1 10}}
<h1>{{@index}}</h1>
{{/range}}
but I can't figure out how you create a custom helper with access to the @index parameter, can anyone point me in the right direction?