{% extends "base.html" %} {% block title %}{{ slug }} cost report · Gauntlet Console{% endblock %} {% block body %}

← {{ slug }}

Cost report — {{ slug }}

{# FR-2.4/§6: the same per-step / per-agent breakdown `gauntlet report` prints, rendered verbatim so the console and CLI agree. #}
{{ report }}
{% endblock %}