{% extends 'base.html' %} {% block title %}404 Page Not Found - Sven Köppel am Institut für theoretische Physik ITP/FIAS, Uni Frankfurt{% endblock %} {% block main_column %}

View the code of {{ filename }}

In my ITP homepage

{{ code|raw }}
{% endblock main_column %} {% block sidebar %}

Introspection

My new ITP website allows introspection at a high level. While it is built with Twig, Less and PHP, you can see almost every twig and PHP source code.

{% if handler %}

Tracing the error

{{ handler }}.
{% endif %} {% endblock sidebar %}