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

{{ url }}

{% for hit in hits %} {% endfor %}
Start timestamp Captures
{{ hit['start_timestamp'] }} {{ hit['title'] }}
Nodes:

The same file was seen in these captures:

{% endblock %}