Pass two objects to the Template Task
Pass two objects to the Template Task
1
2
3
4
5
#macro( main $list1 $list2 )
...
...
#end
#main( $list1 $list2 )