wantsum/layouts/404.html
Alexandre Vicenzi 6283825517 Lanyon update
2020-02-10 19:38:11 +01:00

7 lines
242 B
HTML

{{ define "main" -}}
<h1>Page not found</h1>
<p class="lead">
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
<a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.
</p>
{{- end }}