{% extends "base.html" %} {% block subtitle %}{{ profile.user.profile_name }}'s Profile{% endblock %} {% block content %}
Shhh... These details were shared in confidence. Don't tell anyone.
{{ profile.greatest_fear }}
{{ profile.user.name }}
{{ profile.user.email }}
{{ profile.home }}
{% endblock %}