{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% block title %}{{ body_hash }}{% endblock %} {% block scripts %} {{ super() }} {% if from_popup %} {% endif %} {% endblock %} {% block content %}

{{ body_hash }}

{% if from_popup %} {% endif %}
{% for domain, freq in domains %} {% endfor %}
Hostname Frequency
{{ domain }} {{ freq }}

The same file was seen in these captures:

{% endblock %}