{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}

Dashboard

System overview and quick actions

Last updated: {{ now.strftime('%H:%M:%S') }}
{% include "partials/status_cards.html" %}

Quick Actions

{% include "partials/activity_feed.html" %}
{% endblock %}