aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/as.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2019-06-12 20:36:47 -0700
committerJordan <me@jordan.im>2019-06-12 20:36:47 -0700
commite77a60ca1863bf6de96ce8f26ea573e888f26e60 (patch)
treea5799beea789c880cb906cba0ca5e2e80d33a05f /tor-metrics/templates/as.html
downloadallium-e77a60ca1863bf6de96ce8f26ea573e888f26e60.tar.gz
allium-e77a60ca1863bf6de96ce8f26ea573e888f26e60.zip
initial commit
Diffstat (limited to 'tor-metrics/templates/as.html')
-rw-r--r--tor-metrics/templates/as.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tor-metrics/templates/as.html b/tor-metrics/templates/as.html
new file mode 100644
index 0000000..f663080
--- /dev/null
+++ b/tor-metrics/templates/as.html
@@ -0,0 +1,4 @@
+{% extends "base.html" %}
+{% block title %}Tor Relays :: {{ relays[0]['as'] }}{% endblock %}
+{% block header %}<a href="../../">Home</a> :: {{ relays[0]['as'] }}{% endblock %}
+{% block description %}{{ relays[0]['as'] }} ({{ relays[0]['as_name']}}) is responsible for ~{{ bandwidth }} MB/s of traffic.{% endblock %}