1 %YAML 1.1 2 --- 3 #Welcome to my Beans !!! 4 id: $bean.id # the ID must be first 5 point: [$bean.point.x, $bean.point.y] 6 #collection are at the end 7 list: $list 8 #foreach( $item in $bean.empty ) 9 - $item 10 #end 11 #empty collection is not emitted 12 13