{% extends "main.html" %} {% from 'bootstrap/utils.html' import render_messages %} {% block title %}Lookyloo{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}
Page | Timestamp | Redirects |
---|---|---|
{{ url }} |
{{ datetime }} |
{% if redirects %}
{% for r in redirects %}
{% if loop.previtem %} {{ (" " * (loop.index *2) )|safe }}↪ {{ r }} {%else%} {{ r }} {%endif%} {% endfor %} {% if incomplete_redirects %} Unable to find the redirects, click here to build the tree {%else%} Download redirects {%endif%} {% else%} No redirect {%endif%} |