{% extends "biblion/blog_base.html" %} {% load biblion_tags %} {% block head_title %}Blog{% endblock %} {% block blog_content %}

Blog

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

No blog posts have been published.

{% endif %} {% endblock %}