How do I access first item of an array in volt?
I have an array assign to Volt, it's an arrary contains objects, I know loop could do the job, but I wonder if I could access to first from array directly. I have tried with
{{ arrayList[0].id }}
and
{{ arrayList.0.id }}
both of them are not working