---
layout: default
thumbnail:
---
{{ page.title }} | {{ page.category }}
{% for category in site.categories %}
{% if category[0] == page.category %}
{% for post in category[1] %}
{% include list-post-items.html %}
{% endfor %}
{% endif %}
{% endfor %}
{% include paginator.html %}