9 lines
221 B
Twig
9 lines
221 B
Twig
{% extends '@!NelmioApiDoc/SwaggerUi/index.html.twig' %}
|
|
|
|
{% block stylesheets %}
|
|
{{ parent() }}
|
|
<style type="text/css">
|
|
body { margin-top: 0; }
|
|
header { display:none; }
|
|
</style>
|
|
{% endblock %} |