{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% block title %}HTTP Headers Hashes lookup{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{% for hhh, freq, number_captures in hhhashes %} {% endfor %}
HH Hash Frequency Number of captures
{{ hhh }} {{ freq }} {{ number_captures }}
{% endblock %}