You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
730B

  1. {% extends '@LcSov/adminlte/layout.html.twig' %}
  2. {% block wrapper %}
  3. {% block navbar_header %}{% endblock %}
  4. {% block sidebar %}{% endblock %}
  5. {% block content %}
  6. <div id="page-error">
  7. <img src="{{ asset('bundles/lcsov/img/erreur-500.png') }}" alt="ERROR">
  8. </div>
  9. {% endblock %}
  10. {% endblock %}
  11. {# {% extends 'layout.html' %} #}
  12. {# {% set title = 'Erreur' %} #}
  13. {# {% block page_title %}{% endblock %} #}
  14. {# {% block title %}{{ title }}{% endblock %} #}
  15. {# {% block content %} #}
  16. {# {% embed 'bundles/TwigBundle/Exception/_content.html.twig' %} #}
  17. {# {% block content_error %} #}
  18. {# <p>Une erreur est survenue.TEST</p> #}
  19. {# {% endblock %} #}
  20. {# {% endembed %} #}
  21. {# {% endblock %} #}