{% extends "main.html" %} {% block title %}Details for {{ hostname }} {% endblock %} {% block scripts %} {% endblock %} {% block content %}

{{ hostname }}

Get URLs as text

Click on the URL to get the content of the response

{% for alt, path in keys.items() %} {% endfor %} {% for url in urls %} {% for key in keys.keys() %} {% endfor %} {% endfor %}
URL{{ alt }}
{{ url.name }}
{% if url[key] %} X {% else%} - {%endif%}
{% endblock %}