{% extends "news/base_news.html" %} {% load wlprofile %} {% load threadedcommentstags %} {% load news %} {% block title %}{{ object.title }} - {{ block.super }} {% endblock %} {% block body_class %}{{ block.super }} post_detail{% endblock %} {% block body_id %}post_{{ object.id }}{% endblock %} {% block extra_head %} {{ block.super }} {{ block.super }} {% endblock %} {% block content %}

{{ object.title }}

{% include "news/inlines/post_detail.html" %}

Comments on this Post:

{% include "threadedcomments/inlines/comments.html" %} {% endblock %}