{% extends "base.html" %} {% block title %}Overview — PyAgent Studio{% endblock %} {% block content %} {# Chart.js must load before the body partial, whose inline script initializes the charts #} {% include "_overview_body.html" %} {% endblock %}