diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..687f625 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,16 @@ +{{- define "main" -}} + {{- $params := .Scratch.Get "params" -}} + {{- $currentPage := . -}} + {{- with partial "function/currentMenuItem.html" . -}} + {{- partial "resources/imageJSON.html" (dict "Path" .Name "Page" $currentPage) -}} + + {{- end -}} +
+ {{- partial "nav.html" . -}} +
+
+

404 page not found ⛝

+

404 page not found ⛝

+

404 page not found ⛝

+
+{{- end -}}