{% extends 'theme/base.html' %} {% block header_secondary %} {# No secondary header. #} {% endblock %} {% block section_main_content %}
{% for post in post_list %} {% include 'theme/_single_post_front.html' %} {% endfor %}
{% endblock %}