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 / 007-content-interpolation.pt
Size: Mime:
<html>
  <body>
    ${'Hello world!'}
    ${literal}
    ${structure: literal.s}
    ${"%stype 'str'%s" % (chr(60), chr(62))}
    &&
    ${None}
    ${None or
      'Hello world'}
    $leftalone
    <div>${None}</div>
    <div>${1 &lt; 2 and 'Hello world' or None}</div>
    <div>${} is ignored.</div>
  </body>
</html>