template range comma separated output
venediktov opened this issue · 0 comments
venediktov commented
in the file matcher.tmpl
$i representing index of the range seems to work , need a way to test it against length of the range and
only output comma for 0 >= i <= (range-1)
The code below works for >0 index where $i is the index in the range
{{if $i}} , {{end}}