error.html.twig 198 B

12345678
  1. {% extends 'partials/base.html.twig' %}
  2. {% block content %}
  3. <section class="default">
  4. <h1>Error {{ header.http_response_code }}</h1>
  5. <p>{{ page.content }}</p>
  6. </section>
  7. {% endblock %}