Add Spaces Or Commas Between Lists In MiniJinja
August 2023
{%- for item in attr.value -%}
{{- item -}}
{%- if not loop.last -%}{{- ' ' -}}{% endif %}
{%- endfor -%}end of line
{%- for item in attr.value -%}
{{- item -}}
{%- if not loop.last -%}{{- ' ' -}}{% endif %}
{%- endfor -%}