{% extends "base.html" %} {% block css %} {% endblock %} {% block content %}

 Subdomain List

{% for i in sub_result %} {% endfor %}
Subdomain Domain Title IP Date Manage
{{ i['subdomain'] }} {{ i['domain'] }} {{ i['title'] }} {{ i['result'] | join(' | ') | truncate(25 , True) }} {{ i['date'] }}
{% endblock %} {% block js %} {% endblock %}