<section class="container centered">
  <div class="error">
    <img src="/images/undraw-404.svg" alt="404 Page not found image">
    <h1>{{ i18n "page_not_found" }}</h1>
    <p>{{ i18n "page_does_not_exist" }}<br />{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
  </div>
</section>