1
0

404.html 234 B

1234567
  1. <section class="container centered">
  2. <div class="error">
  3. <h1>404</h1>
  4. <h2>{{ i18n "page_not_found" }}</h2>
  5. <p>{{ i18n "page_does_not_exist" }}<br />{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
  6. </div>
  7. </section>