{% extends "base_dashboard.html" %} {% load static %} {% block title %} Hunt Results {% endblock title %} {% block description %} Explore the results of the completed hunt. View details about the domain, hunt description, and the hunt URL. {% endblock description %} {% block keywords %} Hunt Results, Completed Hunt, Hunt Details, Domain Information, Hunt URL {% endblock keywords %} {% block og_title %} Hunt Results - Completed Hunt Details {% endblock og_title %} {% block og_description %} Discover the details of the completed hunt including the domain, hunt description, and URL. Explore the results and insights from the hunt. {% endblock og_description %} {% block content %}
{% include "includes/user_sidenav.html" %}
Hunt URL: {{ hunt.domain.url }}
{% endblock content %}