{% extends "news/base_news.html" %} {% load wlprofile_extras %} {% load threadedcomments_tags %} {% load news_extras %} {% block title %}{{ object.title }} - {{ block.super }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{{ object.title }}

{% if object.get_previous_by_publish %} « {{ object.get_previous_post }} {% endif %} | {% if object.get_next_by_publish %} {{ object.get_next_post }} » {% endif %}

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

Comments on this Post:

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