vtl list add code example
Example: velocity add item to array
#*
* The function add() returns a boolean value (whether the add was
* successfull or not). Therefore, passing the boolean value to an
* unused variable prevents the value from being printed to the screen.
*#
#set($list = $array.add($item))