infinito/application/symfony/templates/frames/exception.html.twig

7 lines
212 B
Twig
Raw Permalink Normal View History

2019-03-29 15:50:52 +01:00
{# @todo Check out how to use this in the future. If not used, remove! #}
{% extends "frames/default.html.twig" %}
{% set menu_items = [] %}
{% block content %}
<h1>Error!</h1>
<p>{{ message }}</p>
{% endblock %}