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

Dashboard

Overview of your Claude Code usage and analytics

{% with current_url='/api/dashboard', target_id='dashboard-content', storage_key='cs_period_dashboard', default_period=period|default('today') %} {% include 'partials/time_filter.html' %} {% endwith %}
{% include 'partials/dashboard_content.html' %}
{% endblock %}