{% extends "_base.html" %} {% block title %}{{ title }}{% endblock %} {% block main_class %}shell{% endblock %} {% block header %} {% with page_title="Backtesting", page_subtitle="Replay controls, run status, and recent summary reports." %} {% include "_header.html" %} {% endwith %} {% endblock %} {% block content %}
{% include "partials/backtesting_panel.html" %}
{% endblock %}