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