home ~ projects ~ socials

Add Spaces Or Commas Between Lists In MiniJinja

{%- for item in attr.value -%}
  {{- item -}}
  {%- if not loop.last -%}{{- ' ' -}}{% endif %}
{%- endfor -%}
-- end of line --