Hello,
I have a collection which I want to display in alphabetical order, but like an index site of a book.
Example:
A
Another Day
All of me
All together
B
Blackbird
Bye Bye Blackbird
C
Chameleon
Corcovado
....
In plain PHP I would solve this by using variables during the loop. But in Antlers?
Bye