bunkerized-nginx/src/ui/templates/head.html

1.8 KiB

{% set current_endpoint = url_for(request.endpoint)[1:].split("/")[-1].strip() %} <head> {% 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" %} {% endif %} </head>