templates/errors/partials/_error_title.html.twig line 1

Open in your IDE?
  1. <section class="content-header">
  2.     <h1>{{ code }} - {{ ('fmt.errors.' ~ code ~ '.message')|trans }}</h1>
  3. </section>