{
  "seq": []
}
---
{% for item in seq %}
  should not happen
{% else %}
  else block!
{% endfor %}
