{# ── Type-aware result body rendering ────────────────────────────────────── Shared by scans/results.html (tabbed view) and scans/summary.html (single-page category view). Renders the inner body of one ScanResult based on result_type. #} {% macro ri(result) %} {% set d = result.data %}
{{ q }}
RUN ↗
{{ result.data | tojson(indent=2) }}
{%- endif %}