Chameleon v2.5.0 Release Notes

Release Date: 2011-09-23 // over 12 years ago
  • 🔋 Features:

    • An expression type structure: is now available which wraps the expression result as structure such that it is not escaped on insertion, e.g.::

      ${structure: context.body}

    This also means that the structure keyword for tal:content and tal:replace now has an alternative spelling via the expression type structure:.

    • The string-based template constructor now accepts encoded input.