mirror of https://github.com/luizdepra/hugo-coder.git

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