Files
figureslibres.cc/user/themes/figureslibres/templates/error.html.twig
T
2018-12-14 10:29:18 +01:00

13 lines
239 B
Twig

{% extends 'partials/base.html.twig' %}
{% block content %}
<div id="error">
<div>
<h1>{{ 'PLUGIN_ERROR.ERROR'|t }} {{ page.header.http_response_code }}</h1>
<p>
{{ page.content|raw }}
</p>
</div>
</div>
{% endblock %}