documentation.federated.com.../layouts/404.html
2023-05-30 17:02:48 -06:00

10 lines
236 B
HTML

{{ 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 }}