<!DOCTYPE html> <html lang=“pt-BR”>

{% include base.html %}
<!-- head -->
{% include head.html %}

<body id="{{ page.body_id }}">
  <!-- top-bar -->
  {% include components/header.html %}
  <section class="page-oops">
    <div class="container page-oops__container">
      <h1 class="page-oops__title">Oops :(</h1>
      <p class="page-oops__text">
        {{ page.message }}
        <a href="{{ page.link }}">clique aqui</a>
      </p>
    </div>
  </section>
</body>

</html>