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

{{ hostname }}

Get URLs as text

Click on the URL to get the content of the response

{% endblock %}