{% extends "base.html" %} {% block main_content %} {{ post_macros::page_header(title="blog posts") }}

if you want to subscribe to updates, an atom feed is available.

{%- 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) }}
{% endblock main_content %} {% block trailing_content %} {% if paginator %} {% endif %} {% endblock trailing_content %}