{% extends "base.html" %} {% block body %}

Your Account

Username: {{ current_user.username }}

Editor Id: {{ current_user.editor_id }}

Change username:

In the future, you might be able to...

{% endblock %}