{% extends 'django_tailwind/app.html' %} {% load static %} {% load centrifugo_tags %} {% block title %}{% block page_title_text %}Centrifugo Monitor{% endblock %} - Django-CFG{% endblock %} {% block header %} {% with navbar_items=centrifugo_nav_items %} {% include 'django_tailwind/components/navbar.html' with title="Centrifugo Monitor" icon='notifications_active' nav_items=navbar_items full_width=True %} {% endwith %}
Configured
Connecting...
{% centrifugo_admin_url as admin_url %} {% if admin_url %} open_in_new Centrifugo UI {% endif %}
{% endblock %} {% block extra_head %} {{ block.super }} {% block extra_css %}{% endblock %} {% endblock %} {% block body %} {{ block.super }} {% endblock %}