Attaching an index to a {{ range }}

Something like this:

{{ $index, $element := range first 10 (where .Site.Pages "Section" "post") }}

Note that the $index is zero-based.

1 Like