{% extends "templates/base.njk" %} {% block head %} {{ user.name }}@qam {% endblock %} {% block body %} {# #}
Welcome {{ user.name }}! :D

This is your account manager!

Currently no features are implemented, but we want to implement at least password changing. It would also be nice to have proper account deletion. (For now, if you want to delete your account contact an admin!)

{% endblock %}