File: //home/arjun/projects/env/lib/python3.10/site-packages/flask_restx/templates/swagger-ui-libs.html
{#
{% if config.SWAGGER_UI_LANGUAGES %}
<script src="{{ swagger_static('lang/translator.js') }}" type='text/javascript'></script>
{% for lang in config.SWAGGER_UI_LANGUAGES %}
{% set filename = 'lang/{0}.js'.format(lang) %}
<script src="{{ swagger_static(filename) }}" type='text/javascript'></script>
{% endfor%}
{% endif %}
#}
<script src="{{ swagger_static('swagger-ui-bundle.js') }}"></script>
<script src="{{ swagger_static('swagger-ui-standalone-preset.js') }}"></script>