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

Alexander Bilz
15.25.2020 d7e4796722a26582ca28c59f4fc58f2c355548d3
layouts/404.html
@@ -1,8 +1,8 @@
{{ 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 }}