{% if comment.posted_by.avatar %} {{comment.posted_by}} {% else %} {% endif %}

{{comment.posted_by}}

{{comment.createdAt|date:'d M,Y'}}

{{comment|safe}}
{% for comment in comment.comment_replie.all %}
{% include 'components/blogs/comments.html' with comment=comment %}
{% endfor %}

Reply a comment

{% csrf_token %}
{% if user.is_authenticated %} {% else %} Login To Comment {% endif %}