aboutsummaryrefslogtreecommitdiff
path: root/layouts/404.html
blob: ed68ce7a619226622ab69d7266ac12f85da2fcb5 (plain)
1
2
3
4
5
6
7
8
{{ define "main"}}
    <main id="main">
      <div>
       <h1 id="title">Not found</h1>
       <p>Oops! This page doesn't exist. Try going back to our <a href="{{ "/" | relURL }}">home page</a>.</p>
      </div>
    </main>
{{ end }}