{% extends "blog/base_blog.html" %} {% load blog tagging_tags inlines cache pygment_tags oembed_tags i18n tagging_related pygment_tags %} {% block title %}{{ object.title }} | {{ block.super }}{% endblock %} {% block meta %} {% endblock %} {% block body_class %}{{ block.super }} post_detail{% endblock %} {% block body_id %}post_{{ object.id }}{% endblock %} {% comment 'previous and next posts' %} {% block content_title %}
{% if object.get_previous_by_publish %} « {{ object.get_previous_post }} {% endif %} {% if object.get_next_by_publish %} | {{ object.get_next_post }} » {% endif %}
{% endblock %} {% endcomment %} {% block content %}
Sorry, comments are disabled for this post.