{% extends "base.html" %} {% block main_content %}
{% set posts = get_section(path="posts/_index.md") %} {% for page in posts.pages | sort(attribute="date") | reverse | slice(end=5) %} {% endfor %}
Ver archivo completo
{% endblock main_content %}