{% include 'include/head.html' %} {% include 'include/sidebar.html' %}
{% for post in site.pages|filterBySection('blog')|sortByDate|slice(0, 5) %}

{{ post.title }}

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