{% extends "xblog/blog_base.html" %} {% load markdown_deux_tags %} {% block blogheaders %}{% endblock %} {% block maincontent %} {% if object.post_format == 'video' %} {% include "includes/video_template.txt" %} {% elif object.post_format == 'status' %} {% include "includes/status_template.txt" %} {% else %} {% for object in latest %} {% include "includes/post_template.txt" %} {% include "includes/post_stats.txt" %} {% endfor %} {% endif %} {% endblock %}