{% if comment.posted_by.avatar %}

{% 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 %}