switched back to express
This commit is contained in:
parent
f2e1d58dbd
commit
7c8be72801
41 changed files with 651 additions and 1519 deletions
7
views/error.twig
Normal file
7
views/error.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% extends 'layout.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<h1>{{message}}</h1>
|
||||
<h2>{{error.status}}</h2>
|
||||
<pre>{{error.stack}}</pre>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue