{% extends "base.html" %} {% block title %}{{ step }} · {{ slug }} · Gauntlet Console{% endblock %} {% block body %} {# FR-3.1: step transcript drill-down. Read-only — lists the step's on-disk artifacts and renders the selected one (transcript.md as markdown by default). The ?artifact= choice is allowlisted server-side (store.read_step_artifact). #}
no top-level files for this step — see the rounds below
{% else %}no artifacts on disk for this step yet
{% endif %} {% if detail.rounds %}could not read artifact: {{ content_error }}
{% elif content is not none %} {% if selected.endswith(".md") %}{{ content }}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}