{{ post.caption }}
{% if user.is_authenticated %}
{% else %}
{{ post.like_count }}
{% endif %}
{% if user.is_authenticated %}
{% endif %}
Log in to comment
{% endif %}
No comments yet.
{% endfor %} {% if post.comment_count > 3 %} View all {{ post.comment_count }} comments → {% endif %}