aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/platform.html
blob: 8743b7646acfa94f8ac36cdc3f4360fd879f63bf (plain)
1
2
3
4
{% extends "relay-list.html" %}
{% block title %}Tor Relays :: {{ relays[0]['platform']|escape }}{% endblock %}
{% block header %}<a href="../../">Home</a> :: {{ relays[0]['platform']|escape }}{% endblock %}
{% block description %}{{ relays[0]['platform']|escape }} systems are responsible for ~{{ bandwidth }} MB/s of traffic.{% endblock %}