website/layouts/404.html
2025-01-17 23:32:57 -03:00

9 lines
173 B
HTML

{{ define "main" }}
<main>
<div class="fourofour">
<h1>404 - This doesn't exist!</h1>
<p>You may want to go back </p>
<img src="404.png">
</div>
</main>
{{ end }}