It works most of the time, but when I use my own {% apply *function* %} {% end %} I sometimes run into an error like:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
If I remove that apply function, I no longer get the error. I'm not quite what causes the error though. I tried using tornado.escape.linkify in it's place, but I still get the error, and so believe I may be doing something wrong, or it may be a bug in the template rendering code.
If anyone has any insight, would love to hear!
D