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 / 010-structure.pt
Size: Mime:
<html>
  <body>
    <div tal:content="text string:1 &lt; 2" />
    <div tal:content="structure string:2 &lt; 3, 2&amp;3, 2&lt;3, 2&gt;3" />
    <div tal:content="structure string:3 ${'&lt;'} 4" />
    <div tal:content="structure '%d &lt; %d' % (4, 5)" />
    <div tal:replace="structure content" />
  </body>
</html>