templates/exceptions/autherror.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}{{ 'An error occured' | trans }}{% endblock %}
  3. {% block stylesheets %}
  4.     {{ parent() }}
  5. {% endblock %}
  6. {% block body %}
  7. {{ "An error occured"|trans }}
  8. {% endblock %}