templates/page/error/404.html.twig line 1

Open in your IDE?
  1. {% extends 'layout/base.html.twig' %}
  2. {% block content %}
  3.     <div class="error-page">
  4.         <h1>404 Page not found!</h1>
  5.     </div>
  6. {% endblock %}