The safe filter is supported. autoescaping is turned off by default to be the same with Jinja2, so the safe filter is just a noop in this case. Just added a Java Script test to make sure of that. You can view the appropriate Java Script tests here https://github.com/mkerrin/pwt.jinja2js/blob/d7b9609412bfd93192c294afcb180f33d30d422a/src/pwt/jinja2js/media/tests.js#L231
On 7 April 2011 10:02, Noah McIlraith <[email protected]> wrote: > That's pretty cool, but the lack of the "safe" filter is a little > disappointing :( > > -- > You received this message because you are subscribed to the Google Groups > "pocoo-libs" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pocoo-libs?hl=en. > -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
