{% block head %} {{ include('@WebProfiler/Profiler/profiler.css.twig') }} {% endblock %} document.body.classList.add( localStorage.getItem('symfony/profiler/theme') || (matchMedia('(prefers-color-scheme: dark)').matches ? 'theme-dark' : 'theme-light'), localStorage.getItem('symfony/profiler/width') || 'width-normal' ); {% block body '' %}