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