Repository URL to install this package:
<html> <body> <table> <tr tal:repeat="i (1,2)"> <td tal:repeat="j (1,2)"> [${i},${j}] </td> </tr> </table> </body> </html>