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

Kris - The Coding Unicorn
13.46.2022 1959fa6d400511da65044c29f1bc7c7030a31ca6
1
2
3
4
5
6
7
8
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>
 
{{ end }}