7 lines
150 B
Twig
7 lines
150 B
Twig
{% extends 'default.html.twig' %}
|
|
|
|
{% block body_content %}
|
|
<h1>Error {{ page.header.http_response_code }}</h1>
|
|
{{ page.content }}
|
|
{% endblock %}
|