mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
24.34.2021 6fe4462e53ea300d3734301edba33cb1866fa777
layouts/404.html
@@ -1,8 +1,9 @@
{{ define "main" }}
    <div class="page_404">
        <h1>404</h1>
        <h2>{{ i18n "page_not_found" }}</h2>
        <p>{{ i18n "page_does_not_exist" }}</p>
        <p>{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
    </div>
  <div class="page_404">
    <h1>404</h1>
    <h2>{{ i18n "page_not_found" }}</h2>
    <p>{{ i18n "page_does_not_exist" }}</p>
    <p>{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
  </div>
{{ end }}