Hi, I believe there is rendering trouble with `block` functionality. It's when this simple template is rendered: `A{% block foo %}B{% endblock %}` Jinja result: `AB` Jinja2Cpp: `A`