{% load static %} Home

{{ post.caption }}

Liked by {{ post.likes }} People



{% for comment in post.comments.all %} {% if user.username == comment.author.user.username %}

{{comment}}

{% else %}

{{comment}}

{% endif %}
{% endfor %}
{% csrf_token %}