{% for post in posts %}
  • {{ post.title }} {% if post.published_at %} — {{ post.published_at.strftime('%b %d, %Y') }} {% endif %}
  • {% endfor %} {% if next_cursor %} {% endif %}