{% extends "main.html" %} {% from 'bootstrap/utils.html' import render_messages %} {% block title %}{{ body_hash }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}

{{ body_hash }}

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

The same file was seen in these captures:

{% endblock %}