{% extends "core/site-base.html" %} {% block tabtitle %} Simmate | Profile {% endblock %} {% block banner %} {% include "core/header.html"%} {% endblock %} {% block body %}

Welcome {{ user.username }}!

The Profile page is still under development and is therefore empty at the moment. In the future, this will be a place where you can view your "favorite" materials as well as track calculations that you've requested. For now, switch to the Home page to explore materials.

{% endblock %}