{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>Template source: <code>drf-yasg/swagger-ui.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% load static %}\n&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n&lt;head&gt;\n    &lt;meta charset=&quot;utf-8&quot;/&gt;\n    &lt;title&gt;{% block title %}{{ title }}{% endblock %}&lt;/title&gt;\n\n    {% block extra_head %}\n        {# -- Add any extra HTML heads tags here - except scripts and styles -- #}\n    {% endblock %}\n\n    {% block favicon %}\n        {# -- Maybe replace the favicon -- #}\n        &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; href=&quot;{% static &#x27;drf-yasg/swagger-ui-dist/favicon-32x32.png&#x27; %}&quot;/&gt;\n    {% endblock %}\n\n    {% block main_styles %}\n        &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;{% static &#x27;drf-yasg/style.css&#x27; %}&quot;/&gt;\n        &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;{% static &#x27;drf-yasg/swagger-ui-dist/swagger-ui.css&#x27; %}&quot;&gt;\n    {% endblock %}\n    {% block extra_styles %}\n        {# -- Add any additional CSS scripts here -- #}\n    {% endblock %}\n&lt;/head&gt;\n\n&lt;body class=&quot;swagger-body&quot;&gt;\n\n{% block extra_body %}\n    {# -- Add any header/body markup here (rendered BEFORE the swagger-ui/redoc element) -- #}\n{% endblock %}\n\n&lt;div id=&quot;swagger-ui&quot;&gt;&lt;/div&gt;\n\n{% block footer %}\n    {# -- Add any footer markup here (rendered AFTER the swagger-ui/redoc element) -- #}\n{% endblock %}\n\n&lt;script id=&quot;swagger-settings&quot; type=&quot;application/json&quot;&gt;{{ swagger_settings | safe }}&lt;/script&gt;\n&lt;script id=&quot;oauth2-config&quot; type=&quot;application/json&quot;&gt;{{ oauth2_config | safe }}&lt;/script&gt;\n\n{% block main_scripts %}\n    &lt;script src=&quot;{% static &#x27;drf-yasg/swagger-ui-dist/swagger-ui-bundle.js&#x27; %}&quot;&gt;&lt;/script&gt;\n    &lt;script src=&quot;{% static &#x27;drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js&#x27; %}&quot;&gt;&lt;/script&gt;\n    &lt;script src=&quot;{% static &#x27;drf-yasg/insQ.min.js&#x27; %}&quot;&gt;&lt;/script&gt;\n    &lt;script src=&quot;{% static &#x27;drf-yasg/immutable.min.js&#x27; %}&quot;&gt;&lt;/script&gt;\n    &lt;script src=&quot;{% static &#x27;drf-yasg/swagger-ui-init.js&#x27; %}&quot;&gt;&lt;/script&gt;\n{% endblock %}\n{% block extra_scripts %}\n    {# -- Add any additional scripts here -- #}\n{% endblock %}\n\n&lt;a id=&quot;oauth2-redirect-url&quot; href=&quot;{% static &#x27;drf-yasg/swagger-ui-dist/oauth2-redirect.html&#x27; %}&quot; class=&quot;hidden&quot;&gt;&lt;/a&gt;\n\n{% if USE_SESSION_AUTH %}\n    &lt;div id=&quot;django-session-auth&quot; class=&quot;hidden&quot;&gt;\n        {% block session_auth_button %}\n            {% csrf_token %}\n\n            {% block user_context_message %}\n                {% if request.user.is_authenticated %}\n                    &lt;div class=&quot;hello&quot;&gt;\n                        &lt;span class=&quot;django-session&quot;&gt;Django&lt;/span&gt; &lt;span\n                            class=&quot;label label-primary&quot;&gt;{{ request.user }}&lt;/span&gt;\n                    &lt;/div&gt;\n                {% endif %}\n            {% endblock %}\n\n            {% if request.user.is_authenticated %}\n                &lt;div class=&#x27;btn authorize&#x27;&gt;\n                    &lt;a id=&quot;auth&quot; class=&quot;header__btn&quot; href=&quot;{{ LOGOUT_URL }}?next={{ request.path }}&quot; data-sw-translate&gt;\n                        {% block django_logout_message %}\n                            Django Logout\n                        {% endblock %}\n                    &lt;/a&gt;\n                &lt;/div&gt;\n            {% else %}\n                &lt;div class=&#x27;btn authorize&#x27;&gt;\n                    &lt;a id=&quot;auth&quot; class=&quot;header__btn&quot; href=&quot;{{ LOGIN_URL }}?next={{ request.path }}&quot; data-sw-translate&gt;\n                        {% block django_login_message %}\n                            Django Login\n                        {% endblock %}\n                    &lt;/a&gt;\n                &lt;/div&gt;\n            {% endif %}\n        {% endblock %}\n    &lt;/div&gt;\n{% endif %}\n&lt;/body&gt;\n\n&lt;/html&gt;\n</code>\n  </div>\n</div>\n"}