{% extends 'core/base.html' %} {% load static %} {% block title %} About {% endblock %} {% block content %}

Profile

Username: {{ user.username }}
Password: {{ user.password }}

{% endblock %}