Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Chameleon / src / chameleon / tests / inputs / 013-repeat-nested.pt
Size: Mime:
<html>
  <body>
    <table>
      <tr tal:repeat="i (1,2)">
        <td tal:repeat="j (1,2)">
          [${i},${j}]
        </td>
      </tr>
    </table>
  </body>
</html>