{% extends "biblion/blog_base.html" %}{% load biblion_tags pagination_tags %} {% block head_title %}Blog Posts{% endblock %} {% block body_title %}Blog Posts{% endblock %} {% block blog_content %}{% autopaginate posts %}
by {{ post.author }}
in {{ post.get_section_display|capfirst }}
{% if post.published %}{{ post.published|date:"jS F Y" }}{% else %}Not published yet{% endif %}