{% load static %} Profile - {{ profile.user.username.capitalize }}
Profile Picture
{{profile.user.username.capitalize}}
{{profile.followers}} Followers
{{profile.following}} Following
{{num_posts}} Posts
{% if user != profile.user %} {% endif %}

{{ profile.user.username.capitalize }} ✨✨



About {{profile.user.username.capitalize}}


{{ profile.bio }}

Location


{{ profile.location }}

Posts

{% for post in posts reversed %}
Post Image

{{post.caption}}

{{post.likes}}
{% endfor %}