1<table> 2 #foreach($a in [1..1]) 3 <tr> 4 #foreach($b in [1..1]) 5 <td> 6 blabla 7 </td> 8 #end 9 </tr> 10 #end 11</table> 12