{% extends 'base_layout.html' %} {% block content%}
{{ article.body }}
{{ article.date }}
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 %}