{% extends "base.html" %} {% block title %}Glean — {{ tool_name }} raw output{% endblock %} {% block content %} {% if record %}
The exact record this finding came from{% if record.line_number %}, line {{ record.line_number }} of{% else %} in{% endif %} the archived full {{ tool_name }} capture.
{{ record.ref }}
{{ record.content }}
{% else %}
Could not locate the exact record {{ unresolved_ref }} in this capture —
showing the whole file instead. The archive may have been truncated or rewritten
since the scan ran.
{{ content }}
{% endif %}
{% endblock %}