{% extends 'layouts/app.html' %} {% block title %}Account settings{% endblock %} {% block body %}

Settings

{{ current_user.email }}

Update email and password {% if current_user.username %} Your username is {{ current_user.username }} {% else %} Pick a username {% endif %}

Billing

Coming soon...

{% endblock %}