Files
lol/layouts/404.html
2026-03-09 18:41:02 +00:00

13 lines
236 B
HTML
Executable File

{{ define "main" }}
<section class="hero">
<div class="hero-inner width-page">
<h1>404</h1>
<p>Page not found</p>
</div>
</section>
<div class="container width-page prose">
<p><a href="/">Go home</a></p>
</div>
{{ end }}