<ul class=“post-list”>

{% for post in include.posts %}
  <li>
    {% include post.html post=post %}
  </li>
{% endfor %}

</ul>