<div class="container"> <section class="px-md-5 mx-md-5 dark-grey-text mb-4"> <h1><%= page.title %></h1> <% if ( errorCode && errorCode === 404 ) { %> <img src="/img/404.svg" alt="Erreur 404" style="max-height: 400px;" /> <% } %> <pre> <%= page.error %> </pre> </section> </div>