{% extends 'base/layout.html' %} {% load static %} {% block head %} {# WebSocket Client object instantiation. Only if there are FastAPI Endpoints configured with WebSocket enabled. #} {% if fastapi_endpoint_list and fastapi_endpoint_list|length > 0 %} {% for object in fastapi_endpoint_list %} {% if object.use_websocket %} {% endif %} {% endfor %} {% endif %} {% endblock %} {% block content %}