summaryrefslogtreecommitdiff
path: root/layouts/404.html
blob: 72ef81e508daf309de1b231b5b510c283b61540d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "main" }}

<div class="not-found">

    <div>
        <h1> typo? </h1>
        <p> Click <a href="/"> here </a> to return to home </p>
    </div>

</div>


{{ end }}