{% extends "base.html" %} {% load disqus %} {% block extra_head %} {% endblock %} {% block title %}{{ post.title }}{% endblock %} {% block content %} {{ post.content }} {% disqus_thread post %}
Post filed in categories: {% for tag in post.tags.all %} {{ tag.name }} {% endfor %}
{% endblock %}