{% import "macros/macros.html" as post_macros %} {% include "partials/header.html" %}
{% include "partials/head.html" %} {% block main_content %}
{% set section = get_section(path="_index.md") %} {{ post_macros::list_title(pages=section.pages) }}
{% endblock main_content %} {% include "partials/footer.html" %}