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

Andreas Deininger
5 days ago d23a5e8fbb7aeacd6fd2a39bf4616e63ede75121
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "main" }}
  <div
    class="page_404 {{ with .Site.Params.doNotLoadAnimations }}
      .
    {{ else }}
      animated fadeInDown
    {{ end }}"
  >
    <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 }}