{% extends "base.html" %} {% block body_class %}dashboard-page{% endblock %} {% block content %}

Дашборд

{{ now }}
{% if shs_alert %}
⚠ {{ shs_alert }}
{% endif %}
{% endblock %}