{% extends 'base_layout.html' %} {% block content%}

{{ article.title }}

{{ article.body }}

{{ article.date }}


Leave a Comment

Total No of Comments {{post.comments.count}}

Leave A Comment {% for comment in post.comments.all %}

{{comment.created}}

{{comment.user}}

{{comment.body}}

{% empty %}

There is no comment

{% endfor %} {% endblock %}