{% extends "base.html" %} {% block title %}Blog — {{ site.title }}{% endblock %} {# Same panel layout as the home page and posts, minus the side panel: a `.panel-grid` with only `.panel-main`, so the content column is centered and sized identically. Add an `.panel-aside` here if this page ever wants one. #} {% block content %}

Blog

{# Listing templates see listing fields only — no body_html. #} {% if page.total_pages > 1 %} {% endif %}
{% endblock %}