{% extends "base.html" %} {% block title %}Edit your profile{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Edit your profile

View your profile

{% if avatar_url %}

Current avatar:

Current avatar

Upload a new avatar to replace it:

{% endif %}
{% endblock %}