{% extends "index.html" %} {% block content %}

{{ page.title }}

{% set section = get_section(path="_index.md") %} {{ post_macros::list_posts(pages=section.pages) }}
{% endblock content %}