{% extends "base.html" %} {% load url from future %} {% block subtitle %}{{ profile.user.profile_name }}'s Profile{% endblock %} {% block content %}

{{ profile.user.profile_name }}'s Profile

Shhh... These details were shared in confidence. Don't tell anyone.

Greatest Fear

{{ profile.greatest_fear }}

Real Name

{{ profile.user.name }}

Email

{{ profile.user.email }}

Home

{{ profile.home }}

{% endblock %}