{# This file is part of the API Platform project. (c) Kévin Dunglas For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% block meta %} {% endblock meta %} {% block title %}{{ swagger_data.spec.info.title }}{% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block swagger_data %} {# json_encode(65) is for JSON_UNESCAPED_SLASHES|JSON_HEX_TAG to avoid JS XSS #} {% endblock swagger_data %} {% block svg_icons %} {% endblock svg_icons %}
{% block header %} {% endblock header %}
{% block swagger_ui %}
{% endblock %} {% block javascripts %} {% endblock javascripts %} {% block swagger_initialization %} {% endblock swagger_initialization %}