{% extends '@WebProfiler/Profiler/base.html.twig' %} {% block title 'Redirection Intercepted' %} {% block head %} {{ parent() }} {% endblock %} {% block body %}
This request redirects to {{ absolute_url }}
The redirect was intercepted by the Symfony Web Debug toolbar to help debugging. For more information, see the "intercept-redirects" option of the Profiler.