Currently, Jinjava does not allow the some configurations from the jinja Environment.
Notably the following configs are not supported:
block_start_stringblock_end_stringvariable_start_stringvariable_end_stringcomment_end_stringcomment_end_string
For instance, current jinjava uses {{ as variable starts. If we have {{ in our template string parsing fails. It would be nice if we can have configuration for this.
Currently, Jinjava does not allow the some configurations from the jinja Environment.
Notably the following configs are not supported:
block_start_stringblock_end_stringvariable_start_stringvariable_end_stringcomment_end_stringcomment_end_stringFor instance, current jinjava uses
{{as variable starts. If we have{{in our template string parsing fails. It would be nice if we can have configuration for this.