I am creating a blog on apostrophe JS and I want the first blog post in the index to have a longer preview than the rest of the blogs in the index. Is there a way to get the index of the loop? Or a different way to do this?
{%- for piece in pieces -%}
{{ renderBlogListing(piece) }}
{%- endfor -%}