{% extends "base.html" %} {% block title %}Dashboard - {{ hub_name }}{% endblock %} {% block content %}
Status
{% if hub_running %}Online{% else %}Offline{% endif %}
Users Online
{{ user_count }}
Total Share
Uptime
{{ uptime }}
Port
{{ hub_port }}
{{ hub_topic }}
{% endif %} {% if hub_motd %}Loading…