{% include 'include/head.html' %}
{% include 'include/sidebar.html' %}
{% for post in site.pages|filterBySection(page.pathname)|sortByDate %}
{{ post.title }}
{{ post.date|date("j M Y") }}
{{ post.content|excerpt }}
{% endfor %}