{% extends "main.html" %} {% block title %}Lookyloo{% endblock %} {% block content %}
Lookyloo

Start a new capture



{% for uuid, page_title, date, time, url, redirects in titles %} {% endfor %}
Page Timestamp Redirects
{{ page_title }}
{{ url }}
{{ date }} {{ time }} {% if redirects %} {% for r in redirects %} {{ r }} {% if loop.nextitem %}
{{ (" " * (loop.index *2) )|safe }}↪ {%endif%} {% endfor %} {% else%} No redirect {%endif%}
{% endblock %}