aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/all.html
blob: ef6c64a8417e00825b2f2aad516cbcaf05c11bf8 (plain)
1
2
3
4
5
6
{% 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 %}