{% import "macros/macros.html" as post_macros %} {% include "partials/header.html" %}
{% include "partials/head.html" %} {% block main_content %}
{% if config.description %} {{ config.description | markdown | safe }} {% endif %}
{%- 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, extra=config.extra) }}
{% if paginator %} {% endif %} {% endblock main_content %} {% include "partials/footer.html" %}