If you try to render following expression: {{ invalidTemplate }, then jinjava will successfully render it as text {{ invalidTemplate }, while it should fail as this template is invalid because of the missing } at the end.
Please note that python jinja complains about following template (which is a correct behavior)