{% load comments socialauth_tags %}

{{ post }}

{{ post.post }}


posted by {{ post.author }} on {{ post.date|date }} at {{ post.date|time }}

Comments:
{% render_comment_list for post %}
{% if request.user.username %} Comment as {% get_calculated_username request.user %} (Not {% get_calculated_username request.user %}?) {% render_comment_form for post %} {% else %} Login to comment {% endif %}