Jinja
Whitespace
Section titled “Whitespace”Whitespace in jinja ist not fun most times. However some prolem can be mitigated by using
#jinja2: trim_blocks: True, lstrip_blocks: Trueat the top of a file. This is useful when working with indented jinja blocks.