1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-27 09:09:44 +02:00
codex.docs/views/error.twig

8 lines
141 B
Twig
Raw Normal View History

2018-08-10 19:25:29 +03:00
{% extends 'layout.twig' %}
{% block body %}
<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
<pre>{{error.stack}}</pre>
{% endblock %}