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

weru
11.20.2020 f43a75bb9a2641ff9a8bce1fbd09ca464aef463d
1
2
3
4
5
6
{{- define "main"}}
<main>
  <h1 id="title">Not found</h1>
  <p>Bummer! This page doesn't exist. Y<a href="{{ .Site.BaseURL }}">back home</a>.</p>
</main>
{{- end }}