mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
13 lines
222 B
Twig
13 lines
222 B
Twig
{% extends 'partials/base.html.twig' %}
|
|
|
|
{% block content %}
|
|
<div id="error">
|
|
<div>
|
|
<h1>{{ 'ERROR'|t }} {{ page.header.http_response_code }}</h1>
|
|
<p>
|
|
{{ page.content }}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|