{% extends "layouts/app.html" %} {% block title %}Dashboard - Claude Monitor{% endblock %} {% block main_content %}

Dashboard

Overview of your Claude Code usage and analytics

{% include 'partials/time_filter.html' with context %}
{% include 'partials/dashboard_content.html' %}
{% endblock %}