When trying to use a template which explicitly specifies autoescape="strict" this package fails with:
expected "true", "false", or "contextual" for autoescape, got "strict"
As several of the closure-templates example files specify strict autoescape they are not usable without modification. Strict autoescaping was added to soy templates in the April 2014 release and is now the new default. Do any plans exist to add support to this package?
When trying to use a template which explicitly specifies
autoescape="strict"
this package fails with:expected "true", "false", or "contextual" for autoescape, got "strict"
As several of the closure-templates example files specify strict autoescape they are not usable without modification. Strict autoescaping was added to soy templates in the April 2014 release and is now the new default. Do any plans exist to add support to this package?