{% extends "base.html" %} {% block main_content %} {{ post_macros::page_header(title="blog posts") }} {%- 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 %}