{% if heading %}

{{ heading }}

{% endif %}
    {% for post in posts %}
  1. {% if showRank %}{{ forloop.Counter }}{% endif %}{% if showThumbnail and post.featured_image_url %}{{ post.title }}{% endif %}

    {{ post.title }}

    {% if post.published_at %}{% endif %}
  2. {% endfor %}