{% extends "base.html" %} {% block main_content %}

{{ config.title }}

{%- if paginator %} {%- set show_pages = paginator.pages -%} {% else %} {% set section = get_section(path="posts/_index.md") %} {%- set show_pages = section.pages -%} {% endif -%} {{ post_macros::list_posts(pages=show_pages) }}
{% if paginator %} {% endif %} {% include "partials/footer.html" %} {% endblock main_content %}