summaryrefslogtreecommitdiffstats
path: root/layouts/404.html
blob: 1412779e4511cd49a5701de760c120dcf173702d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ define "main" }}

<section class="introduction">
    <div class="container">
        <h1 class="accent">404</h1>
        <p><strong>{{ i18n "404_title" }}</strong></p>
    </div>

    <p>{{ i18n "404_description" }}</p>
    <p><a href="{{ "/" | relURL }}">{{ i18n "404_back" }} </a>.</p>
</section>

<hr>

{{- partial "mini-toc" . -}}

{{ end }}