{% load static %} Home
{% csrf_token %}

Upload Post

Upload your post 😏

{% csrf_token %}

Your Image size Must be Maxmium 999MB
    Profile Image

    Hey {{my_profile.user.username.capitalize}} 👋👋 !!


  • My Profile
  • Settings
  • Log Out
{% for post in posts reversed %}

{{ post.Post.caption }}

Liked by {{post.Post.likes}} People

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

{{comment}}

{% else %}

{{comment}}

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

Users You Can Follow

{% for profile in reccomendation_list %}
{{profile.user.username}} {{ profile.followers }} followers
Follow
{% endfor %}