Get value from parameter array in template

What is the format of the array?
You should typically be able to access it using something like {$array.item}.
 
Top Bottom