10 lines
345 B
Twig
10 lines
345 B
Twig
{% extends '@!NelmioApiDoc/SwaggerUi/index.html.twig' %}
|
|
|
|
{% block header '' %}
|
|
|
|
{% block stylesheets %}
|
|
{{ parent() }}
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700">
|
|
<link rel="stylesheet" href="/dist/api.css" />
|
|
{% endblock stylesheets %}
|