{% extends 'base.html' %} {% block title %}Profile{% endblock %} {% block body %}

Profile

Name
{{ user.name }}
Email
{{ user.email }}
Joined at
{{ user.join_date|date('M j Y g:i A') }}
Edit Delete profile {% endblock %}