{{ article.title }}

By: {{ article.author }}

{{ article.content }}

{% if comments %}

Comments

{% for comment in comments %}
#{{ comment.id }} {{ comment.poster.name }}

{{ comment.content }}

{% endfor %} {% else %} {% endif %} {% if token %}

Add a comment

{% csrf_token %}
{% endif %}