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 / 023-condition.pt
Size: Mime:
<html>
  <body tal:condition="True">
    <span tal:define="selector False" tal:condition="selector">bad</span>
    <span tal:condition="True">ok</span>
  </body>
</html>