Files
kimai2/templates/bundles/NelmioApiDocBundle/SwaggerUi/index.html.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 %}