mirror of https://github.com/onweru/compose.git

Andreas Deininger
21.57.2023 8848c443a868d959839b5de120d41941a230e8d9
1
2
3
4
5
6
{{- 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 }}