{% extends "base.html" %} {% block content %}
{{ peer_count }} known peer{{ "s" if peer_count != 1 }} tip
Download JSON
{% if is_private %}
Add a peer manually
{% endif %}
{% endblock %}