{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% block toolbar %}{% endblock %}
{% block menu %}
{{ include('@WebProfiler/Icon/router.svg') }}
Routing
{% endblock %}
{% block panel %}
{{ render(path('_profiler_router', { token: token })) }}
{% endblock %}