{% for post in site.posts %} {% if site.data.popular contains post.guid %}
{{ post.title | escape }}

{{ post.title | escape }}

{% endif %} {% endfor %}