{% extends '@WebProfiler/Profiler/base.html.twig' %} {% block head %} {% endblock %} {% block body %}
{{ include('@WebProfiler/Profiler/header.html.twig', with_context = false) }} {% set source = file_info.pathname|file_excerpt(line, -1) %}

{{ file }}{% if 0 < line %} line {{ line }}{% endif %}

{% if source is null %}

The file is not readable.

{% else %} {{ source|raw }} {% endif %}
{% endblock %}