Skip to content

Allow configurable block/variable/comment starts and ends #195

@sohaibiftikhar

Description

@sohaibiftikhar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions