{% extends 'theme/base.html' %} {% block header_secondary %} {# No secondary header. #} {% endblock %} {% block section_main_content %} {% if post_list %}
{% for post in post_list %} {% include 'theme/_single_post.html' %} {% endfor %}
{% if has_next %} {% endif %}
— archives —
{% if has_previous %} newer posts → {% endif %}
{% else %}

Hmmm, looks like there's nothing here... How about checking the archives?

{% endif %} {% endblock %}