{% for post in site.posts limit:site.tiles-count %} {% if site.tiles-source == 'posts' %}

{{ post.title }}

{{ post.description }}

{% endif %} {% endfor %}