mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-24 15:49:42 +02:00
7 lines
141 B
Twig
7 lines
141 B
Twig
{% extends 'layout.twig' %}
|
|
|
|
{% block body %}
|
|
<h1>{{message}}</h1>
|
|
<h2>{{error.status}}</h2>
|
|
<pre>{{error.stack}}</pre>
|
|
{% endblock %}
|