{% extends "biblion/blog_base.html" %} {% block head_title %}Blog ({{ section_name|capfirst }}){% endblock %} {% block blog_content %}

{{ section_name|capfirst }}

{% if posts %} {% for post in posts %}
{% include "biblion/_minipost.html" %}
read more →
{% endfor %} {% else %}

No blog posts have been published in this section.

{% endif %} {% endblock %}