Add support for escape characters in the string literals, supported by Jinja2 parser. Strings like 'Hello\t\nWorld' should be parsed as expected.