<tr>
<td>rank</td>
<td>abc</td>
</tr>
{{ range $index,$abc := .abc }}
<tr>
<td>{{$index}}</td> // 0
<td>{{$abc}}</td>
</tr>
{{end}}
how to {{$index}} starts with 1
{{add $index 1}} - unction "add" not defined
{{$index + 1}} - illegal number syntax: "+"