How do you get the index of the current element for a given iteration when using amp-mustache?
I would expect it to look something like this:
{{#thing}}
<p>
Thing #{{index}}
</p>
\{{/thing}}
but that doesn't seem to work...
Is this even possible?