{% extends "index.html" %} {%- block title -%} {{ title_macros::title(page_title=page.title, main_title=config.title) }} {%- endblock -%} {% block extra_head %} {% endblock extra_head %} {% block content %}

{{ page.title }}

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