Skip to content

Jinja

Whitespace in jinja ist not fun most times. However some prolem can be mitigated by using

#jinja2: trim_blocks: True, lstrip_blocks: True

at the top of a file. This is useful when working with indented jinja blocks.