diff --git a/404.html b/404.html index 1750945..a493242 100755 --- a/404.html +++ b/404.html @@ -1,6 +1,10 @@ +{{ define "header" }}{{ partial "page-header.html" . }}{{ end }} {{ define "main" }} - -404 page hee -{{ .Content }} - +{{ $currentPageUrl := .URL }} +{{ $currentSection := where .Site.Pages "Section" .Section }} +
+

+ This is not the page you were looking for +

+
{{ end }}