summaryrefslogtreecommitdiff
path: root/layouts/404.html
blob: 06ca61702a631cc9c153f34e509fb2f8974ada73 (plain)
1
2
3
4
5
6
7
8
9
10

{{ define "main"}}
<main id="main">
  <div>
   <h1 id="title"><a href="{{ "/" }}">Go Home</a></h1>
  </div>
</main>
{{ end }}

{{ define "toc" }} {{ end }}