{# Top bar — brand wordmark + scan ID + theme toggle + download. See spec § 0a Top bar. T52: the Download button POSTs to the new ``/r//download`` route which returns a self-contained copy of the same report (inlined CSS + JS, Content-Disposition: attachment). Hidden in download_mode so a saved offline file doesn't carry a stale download link back to a server it can no longer reach. The theme toggle stays in both modes -- it's pure-client state and works fine offline. #}
browser-recon.
SCAN · {{ report.scan_id }} {% if not download_mode %} Download {% endif %} {% include 'partials/theme_toggle.html' %}