<div class=“tiles”>

{% for post in site.categories %}
  {% include post-grid.html %}
{% endfor %}

</div><!– /.tiles –>