{% extends "xblog/post_archive.html" %} {% block extratitle %} {{month|date:"Y / F" }} {% endblock %} {% block blogheaders %}{% endblock %} {% block extranav %}
  • {{month|date:"Y"}}
  • {{month|date:"F"}}{% endblock %}
  • {% block maincontent %} {% for object in object_list %} {% ifchanged %}

    {{ object.pub_date|date:"j F Y"}}

    {% endifchanged %} {% if object.post_format == 'video' %} {% include "includes/video_template.txt" %} {% elif object.post_format == 'status' %} {% include "includes/status_template.txt" %} {% else %} {% include "includes/post_template.txt" %} {% endif %} {% endfor %} {% endblock %}