{{ post.title }}
{{ post.content }}
{% extends "base.html" %} {% block content %}
Name: {{ user.first_name }} {{ user.last_name }}
Gmail: {{ user.gmail }}
Followers: {{ user.followers.count() }}
Following: {{ user.following.count() }}
{% if current_user.id != user.id %} Follow {% endif %}{{ post.content }}