{% for post in paginator.posts %}
{% include blog/post-list-row.html %}
{% endfor %}
{% if paginator.total_pages > 1 %}
{%endif%}
{% if site.posts.size!=0 %}
{% include blog/featuredposts.html %}
{% include blog/recentposts.html %}
{% include blog/categories.html %}
{% include blog/tags.html %}
{% endif %}