{% set current_endpoint = current_endpoint or url_for(request.endpoint)[1:].split("/")[-1].strip() %} BunkerWeb UI {% if current_endpoint == "global_config" %} {% elif current_endpoint == "configs" %} {% elif current_endpoint == "services" %} {% elif current_endpoint == "plugins" %} {% elif current_endpoint == "cache" %} {% elif current_endpoint == "logs" %} {% elif current_endpoint == "jobs" %} {% elif current_endpoint == "account" %} {% elif current_endpoint == "reports" %} {% elif current_endpoint == "bans" %} {% endif %}