{% extends "base.html" %} {% block title %}Edit Profile — {{ profile.display_name }}{% endblock %} {% block content %}

Edit Profile: {{ profile.display_name }}

Cancel
{% endblock %}