{% extends "core_components/site_base.html" %} {% block tabtitle %}Simmate | Profile{% endblock %} {% block banner %} {% include "core_components/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 %}