{#- Bloody hack to avoid leading empty line... #} {%- set i = list|length %} {%- for item in list|sort -%} {{ item }} {%- set i = i-1 %} {%- if i != 0 %} {# #} {%- endif %} {%- endfor %}