{% extends "base.html" %} {% block body %}
Username: {{ current_user.username }}
{{ current_user.username }}
Editor Id: {{ current_user.editor_id }}
{{ current_user.editor_id }}
Change username:
In the future, you might be able to...