{# templates/bundles/NelmioApiDocBundle/SwaggerUi/index.html.twig #} {# To avoid a "reached nested level" error an exclamation mark `!` has to be added See https://symfony.com/blog/new-in-symfony-3-4-improved-the-overriding-of-templates #} {% extends '@!NelmioApiDoc/SwaggerUi/index.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock stylesheets %} {% block header %} {% endblock header %} {% block javascripts %} {{ parent() }} {% endblock javascripts %}