{% for post in site.categories[page.category] %}
{% include blog/post-list-row.html %}
{% endfor %}
{% if site.posts.size!=0 %}
{% include blog/featuredposts.html %}
{% include blog/recentposts.html %}
{% include blog/categories.html %}
{% include blog/tags.html %}
{% endif %}
{% if site.posts.size!=0 %}
{% include blog/archive.html %}
{% endif %}
{% include blog/newsletter.html %}