<section class="not-found">
  <h1><%= typeof title !== 'undefined' && title ? title : 'Not found' %></h1>
  <p><%= typeof message !== 'undefined' && message ? message : "The page you're looking for doesn't exist." %></p>
</section>
