9 lines
198 B
Twig
9 lines
198 B
Twig
{% extends 'partials/base.html.twig' %}
|
|
|
|
{% block content %}
|
|
<section class="default">
|
|
<h1>Error {{ header.http_response_code }}</h1>
|
|
<p>{{ page.content }}</p>
|
|
</section>
|
|
{% endblock %}
|