{{ define "main" }}
<main>
<h1>404</h1>
<h2>Page Not Found</h2>
<p>The URL you requested does not exist on this blog. Got lost?</p>
<p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="{{ .Site.Home.RelPermalink }}">homepage</a>.</p>
</main>
<footer>
{{- with .Site.GetPage "/" }}
{{- with .OutputFormats.Get "rss" }}
<p>
Subscribe via
{{ printf `<a href=%q title=%q>RSS</a>.` .Permalink site.Title | safeHTML }}
</p>
{{- end }}
{{- end }}
</footer>
{{ end }}