seq: [1, 2, 3]
---
{%- for item in seq %}
  - {{ item }}
{%- else %}
  should not happen
{%- endfor %}
