{% for post in postlist %}
  1. {% if post.data.image %} {{ post.data.image.alt }} {% endif %}

    {{ post.data.title }}

  2. {% endfor %}