{% block extra_head %}{% endblock %}
{{ hub_name }}
{% if hub_topic %}
{{ hub_topic }}
{% elif hub_description %}
{{ hub_description }}
{% endif %}
{% if user %}
Dashboard
Users
Bans
Chat
Plugins
Config
{% if llm_enabled %}
AI Chat
{% endif %}
Logs
Invites
Tools
Triggers
Redirects
Client Rules
Penalties
Flood Config
Protocol Stats
{% if user and user.user_class >= 10 %}
Hub List
{% endif %} {% endif %}
{% if hub_running %}Online{% else %}Offline{% endif %}
Theme
{% if user %}
{{ user.nick }}
Logout
{% else %}
Login
{% endif %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}