compose-theme/layouts/404.html
2024-07-26 17:08:59 +02:00

6 lines
161 B
HTML

{{- define "main"}}
<main>
<h1 id="title">Not found</h1>
<p>Bummer! This page doesn't exist. <a href='{{ absURL "" }}'>back home</a>.</p>
</main>
{{- end }}