compose-theme/layouts/404.html

7 lines
161 B
HTML
Raw Normal View History

2024-07-26 17:08:59 +02:00
{{- 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 }}