As reported by Wilfried Middleton, the streaming template engine does not handle \n\r line feeds correctly. It should (as defined by GStringTemplateEngine and SimpleTemplateEngine which it tries to mimic) only leave the \n in the result, but instead leaves both which results in issues.
As reported by Wilfried Middleton, the streaming template engine does not handle \n\r line feeds correctly. It should (as defined by GStringTemplateEngine and SimpleTemplateEngine which it tries to mimic) only leave the \n in the result, but instead leaves both which results in issues.