wiki-grav/plugins/error/templates/error.html.twig

4 lines
101 B
Twig
Raw Normal View History

<h1>{{ 'PLUGIN_ERROR.ERROR'|t }} {{ header.http_response_code }}</h1>
<p>{{ page.content|raw }}</p>