{% extends 'blog/base.html' %} {% load disqus_tags %} {% block title %}{{ block.super }}{% if blog.keywords.strip %} - {{ blog.keywords.strip }}{% endif %}{% endblock %} {% block extra-head %} {{ block.super }} {% if page_obj.number == 1 %} {% endif %} {% endblock %} {% block content %} {% for post in object_list %}
{% include 'blog/post.html' %}
Continue » | By {{ post.author.get_full_name }} on {{ post.published_on|date }} | Comments
{% endfor %} {% disqus_num_replies %} {% endblock %}