{% include 'nav_bar.html' %}
{% include 'crawler/menu_sidebar.html' %}

Vanity Explorer:

{% if vanities_tree | length > 1 %} {% for vanity in vanities_tree[:-1] %} {{ vanity }} {% endfor %} {{ vanities_tree[-1] }} {% else %} {% for vanity in vanities_tree %} {{ vanity }} {% endfor %} {% endif %}
Vanity Length: {{ length }}
{% for row in vanity_clusters %} {% endfor %}
Length+1 Vanities NB Domains
{{ row }} {{ vanity_clusters[row] }}
{% if vanity_domains %}
{% include 'objects/image/block_blur_img_slider.html' %}

{{ vanity }} {{ vanity_domains | length }}

{% with l_dict_domains=vanity_domains, bootstrap_label=bootstrap_label %} {% include 'domains/card_img_domain.html' %} {% endwith %}
{% endif %}