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 / 002-repeat-scope.pt
Size: Mime:
<html>
  <body>
    <div tal:repeat="text ('Hello', 'Goodbye')">
      <span tal:repeat="char ('!', '.')">${text}${char}</span>
    </div>
    <tal:check condition="not: exists: text">ok</tal:check>
  </body>
</html>