{% extends "base.html" %}
{% block content %}
{% include "partials/cards.html" %}
{% include "partials/stats.html" %}
{% include "dashboard_charts.html" %}
{% include "partials/system_info.html" %}
{% include "partials/alerts.html" %}
{% endblock %}
{% block extra_head %}
{% endblock %}