{% extends 'base.html' %} {% block content %} {% if user.id == user_profile.id %}

My Profile

{% else %}

{{ user_profile.username }}'s Profile

{% endif %} {% if user.id != user_profile.id %}

Shared Servers:

Shared Friends:

{% endif %} {% if user.id == user_profile.id %} Edit Profile {% endif %} Back to Home {% endblock %}