{% extends "base.html" %} {% block title %}Profile — All You Can GET AI{% endblock %} {% block content %}

Your Profile

Account details

Current email: {{ user.get('email', '') }}  ·  Role: {{ user.get('role', 'user') }}

Update email

Change password

{% endblock %}