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 / 006-attribute-interpolation.pt
Size: Mime:
<html>
  <body class="ltr" tal:define="hash string:#">
    <img src="${'#'}" alt="copyright (c) ${2010}" />
    <img src="" alt="copyright (c) ${2010}" tal:attributes="src string:$hash" />
    <img src="" alt="copyright (c) ${2010}" tal:attributes="src string:${hash}" />
    <img src="${None}" alt="$ignored" />
    <img src="" alt="${'%stype \'str\'%s' % (chr(60), chr(62))}" />
  </body>
</html>