{% extends 'base.html' %} {% block title %}{{profile.username}}'s Profile{% endblock %} {% block content %}

{{profile.username}}'s Profile

{% if profile.username == user.username and user.is_authenticated %} Edit user profile {% endif %} {% endblock %}