starrynight

Results 2 issues of starrynight

Hope you feel these functions are useful as well

A single example like this will cause a render error ( tested on Release 1.3.1) ```c++ void minimum_example() { jinja2::Template tpl; tpl.Load("{{ 'Hello World!' + '\n'}}"); std::cout