{% for element in elements -%}
{{ element }}
{%- if !loop.last %}
{% endif -%}
{%- endfor %}