{% extends "base.html" %} {% block title %}{% if section %}{{ section }} — {% endif %}{{ site.name }}{% if page_num > 1 %} — Page {{ page_num }}{% endif %}{% endblock %} {% block main %} {% if section %}

{{ section }}

{% endif %} {% for item in items %}

{{ item.title }}

{% if item.summary %}

{{ item.summary }}

{% endif %}
{% endfor %} {% if total_pages > 1 %} {% endif %} {% endblock %}