{% extends 'base.html' %} {% block canonical_url %}{{ post.canonical_url }}{% endblock %} {% block title %}{{ post.title }}{% endblock %} {% block content %}

{{ post.title }}

{{ post.body }}
comments powered by Disqus
{% endblock content %}