{% extends "_page.twig" %} {% block title %}Alive hosts{% endblock %} {% block content %}

Alive domains

{% for host in hosts %} {% endfor %}
Domain Base32 Last seen
{{ host.host }} {{ host.base32 }}.b32.i2p {{ host.last_seen }}
{% if total > 1 %} {% include "_pagination.twig" with { total, current, url: "/alive/" } only %} {% endif %}
{% endblock %}