error.html.twig 190 B

12345678
  1. {% extends 'partials/base.html.twig' %}
  2. {% block content %}
  3. <div class="prose">
  4. <h1>{{ 'THEME_TAILWIND.ERROR'|t }}</h1>
  5. {{ page.content|raw }}
  6. </div>
  7. {% endblock %}