{% extends "base.html" %} {% block title %}{{ scan.target }} — Results{% endblock %} {% block content %} {# ── Type-aware result body rendering ──────────────────────────────────── #} {% macro ri(result) %} {% set d = result.data %}
{{ result.data | tojson(indent=2) }}
{%- endif %}
{% if is_live %}Mission in progress — signals incoming...{% else %}No results captured.{% endif %}
No anomalies detected in this ghost run.