Details
Description
1) #foreach (${item} in ${list})
2) #foreach ($item in $list)
Is there a practical reason why the first notation fails to populate $item?
I'm guessing it's purely a technical reason (doesn't get parsed properly,
maybe creates a variable named "
" instead).