mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-03-14 19:35:19 +01:00
5 lines
112 B
Twig
5 lines
112 B
Twig
|
{% extends "frames/default.html.twig" %}
|
||
|
{% block content %}
|
||
|
<h1>Error!</h1>
|
||
|
<p>{{ message }}</p>
|
||
|
{% endblock %}
|