merma
✨feature: Switch to twig for template engine
This commit is contained in:
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 %}
|
||||
Reference in New Issue
Block a user