mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 14:27:28 +01:00
7 lines
212 B
Twig
7 lines
212 B
Twig
{# @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 %} |