{% include 'include/head.html' %} {% include 'include/sidebar.html' %}
{% for post in site.pages|filterBySection(page.pathname)|sortByDate %}

{{ post.title }}

{{ post.content|excerpt }}
{% endfor %}