{% extends "base.html" %} {% block content %} {{ section.content | safe }} Recent Posts {% set blog = get_section(path="blog/_index.md") %} {% for page in blog.pages | slice(end=5) %} {{ page.date | date(format="%Y-%m-%d") }} {{ page.title }} {% endfor %} {% endblock content %}