{% if item_list %}
  {% for item in item_list %}
    poop: {{ item}}
  {% endfor %}
{% endif %}