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

Your Profile

{% if gravatar_url %} Gravatar Image {% endif %}

Username: {{ user.username or "Not set" }}





{% endblock %}