{% extends "base.html" %} {% block body_class %}dashboard-page{% endblock %} {% block content %}
{% include "_sidebar.html" %}
{% if shs_alert %}
⚠ {{ shs_alert }}
{% endif %}
{% endblock %}