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