Is there any way to know the iteration index/first/last item in a loop in this code?
{{ collection:news :limit="news" }}
<article>
<h3 class="h6 g-mb-2">
<a class="g-color-white-opacity-0_8 g-color-white--hover" href="{{ url }}">{{ title }}</a>
</h3>
<div class="small g-color-white-opacity-0_6">{{ date }}</div>
</article>
<hr class="g-brd-white-opacity-0_1 g-my-10">
{{ /collection:news }}