{% extends "biblion/blog_base.html" %}{% load pagination_tags %} {% block head_title %}Blog Posts ({{ section_name|capfirst }}){% endblock %} {% block body_title %}Blog Posts ({{ section_name|capfirst }}){% 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 %}