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

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

Open in your IDE?
{% if source is null %}

The file is not readable.

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