{% extends "_base.html" %} {% block title %}{{ title }}{% endblock %} {% block
head_scripts %}
{% endblock %} {% block header %} {% with page_title="Arbitrade Dashboard",
page_subtitle="Live execution, P&L, and system state." %} {% include
"_header.html" %} {% endwith %} {% endblock %} {% block main_class %}shell{%
endblock %} {% block content %}
{% include "partials/metrics.html" %}
{% include "partials/overview.html" %}
{% include "partials/controls.html" %}
{% include "partials/charts.html" %}
{% endblock %} {% block scripts %}
{% endblock %}