I have a value which is a string containing a comma separated list. I use a modifier to explode it into an array, now I want to loop over it - how can I do this?
Something like this
{{ part:page }}
{{ value | explode:, }} // for each...
{{ /part:page }}