{% extends "base.html" %} {% block content %}
{% include "profile.html" %}
{% block dashboard %}{% endblock dashboard %}
{% endblock content %}