github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/website/layouts/404.html (about)

     1  {{ define "main"}}
     2      <main id="main">
     3        <div>
     4         <h1 id="title">Not found</h1>
     5         <p>Oops! This page doesn't exist. Try going back to our <a href="{{ "/" | relURL }}">home page</a>.</p>
     6  
     7         <p>You can learn how to make a 404 page like this in <a href="https://gohugo.io/templates/404/">Custom 404 Pages</a>.</p>      
     8        </div>
     9      </main>
    10  {{ end }}