aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/layouts/404.html
blob: f648800b5c0d0aa307c9c50fc414c6847fec41cd (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 }}