aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/all.html
blob: 8f9f8b9a2d6b3fdc2988e17baf5b66351fde946f (plain)
1
2
3
4
5
6
7
8
9
{% extends "relay-list.html" %}
{% set relay_count = relays.json['relays']|length %}
{% block title %}Tor Relays :: All{% endblock %}
{% block header %}<a href="../">Home</a> :: All Relays{% endblock %}
{% block description %}
    All known (non-guard) relays, {{ relay_count }} in total.
    A smaller browser-friendly subset (top 500) is <a href="../">available
    here</a>.
{% endblock %}