Currently, Jinjava does not allow the some configurations from the jinja Environment.
Notably the following configs are not supported:
block_start_string
block_end_string
variable_start_string
variable_end_string
comment_end_string
comment_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.