{% extends "base.html" %} {% block title %}{{ section.title }}{% endblock title %} {% block header_logo %}

{% endblock header_logo %} {% block content %} {{ section.content | safe }} {% set archive_section = get_section(path="archive/_index.md") %} {% set all_pages = archive_section.pages %} {% set sorted_pages = all_pages | sort(attribute="date") | reverse | slice(end=5) %} {% if sorted_pages %}

Recent Entries

{% endif %} {% endblock content %}