{% extends "xblog/post_archive.html" %} {% block extratitle %} {{ object.title }}{% endblock %} {% block blogheaders %}{% endblock %} {% block extranav %}
  • {{ object.pub_date.year}}
  • {{ object.pub_date|date:"F"}}
  • {{ object.pub_date.day}}
  • {{ object.title }}
  • {% endblock %} {% block maincontent %} {% 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" %} {% include "includes/post_stats.txt" %} {% endif %} {% include "includes/disqus_comments.txt" %} {% endblock %}