And there’s Jinja whitespace control. End each line with -%}
instead of %}
; similarly -}}
instead of }}
. That’ll remove the newline that line would otherwise generate.
2 Likes
And there’s Jinja whitespace control. End each line with -%}
instead of %}
; similarly -}}
instead of }}
. That’ll remove the newline that line would otherwise generate.