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 / 003-content.pt
Size: Mime:
<html>
  <body>
    <div tal:content="'Hello world!'" />
    <div tal:content="'Hello world!'" />1
   2<div tal:content="'Hello world!'" />
    <div tal:content="'Hello world!'" />3
    <div tal:content="'Hello world!'">4</div>5
   6<div tal:content="'Hello world!'"></div>
    <div tal:content="1" />
    <div tal:content="1.0" />
    <div tal:content="True" />
    <div tal:content="False" />
    <div tal:content="0" />
    <div tal:content="None" />
    <div tal:replace="content" />
  </body>
</html>