{% extends "main.html" %} {% from "macros.html" import shorten_string %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}

{{ cookie_name }}

Only the most recent captures are listed below, this will change soon.
{% for capture_uuid, title, capture_time, nodes in captures %} {% endfor %}
Capture Time Capture Title
{{capture_time}} {{ title }}
The capture contains this URL in {{ nodes|length }} nodes, click below to see them on the tree:
    {% for node in nodes %}
  • {% endfor %}
{% endblock %}