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

<div class="not-found">

    <div>
        <h1> 404 </h1>
        <p> You shouldn't be here, click on the header to return to home </p>
    </div>
</div>


{{ end }}