{% extends 'account/base.html' %} {% load static %} {% block container %}

Welcome {{ user.get_username }}

Logout


Change password

{% endblock %}