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 / 057-order.pt
Size: Mime:
<html>
  <body>
    <div tal:condition="False" tal:repeat="item bad_input" />
    <div tal:define="sequence 1, 2, 3"
         tal:repeat="item sequence"
         tal:replace="item" />
  </body>
</html>