{% extends 'base.html' %} {% load static %} {% block title %}Profile{% endblock%} {% block body%}
{% include 'navbar.html' %}

{{ user.username }}

{{ user.email }}

{{ user.date_joined }}

{% endblock %}