aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/all.html
diff options
context:
space:
mode:
Diffstat (limited to 'allium/templates/all.html')
-rw-r--r--allium/templates/all.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/allium/templates/all.html b/allium/templates/all.html
new file mode 100644
index 0000000..ef6c64a
--- /dev/null
+++ b/allium/templates/all.html
@@ -0,0 +1,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 %}
+