{% extends 'blog/base.html' %} {% load disqus_tags media simplesocial %} {% block title %}{{ post.title }} - {{ block.super }}{% endblock %} {% block extra-head %} {{ block.super }} {% if review %} {% endif %} {% endblock %} {% block content %}
{% if review %}
Review mode: Don't tweet this!!!
{% endif %} {% include 'blog/post.html' %}

Do you like this post?

Subscribe for free to receive new posts via RSS or email. Join!

{% narrow_social_buttons request post.title post.get_absolute_url %}
{% block post-footer %} By {{ post.author.get_full_name }} on {{ post.published_on|date }} | Browse all posts » {% endblock %}
{% disqus_num_replies %} {% disqus_show_comments %}
Finished reading? Browse all posts »
{% endblock %}