Files
bridget/layouts/404.html

17 lines
686 B
HTML

{{- define "main" -}}
{{- $params := .Scratch.Get "params" -}}
{{- $currentPage := . -}}
{{- with partial "function/currentMenuItem.html" . -}}
{{- partial "resources/imageJSON.html" (dict "Path" .DirName "Page" $currentPage) -}}
<script>document.getElementById("main").setAttribute("currentMenuItemIndex", "{{- (sub .ID 1) -}}")</script>
{{- end -}}
<div class="container">
{{- partial "nav.html" . -}}
</div>
<article class="info">
<p class="error">&#9949; <u>404</u> page not found &#9949;</p>
<p class="error">&#9949; <u>404</u> page not found &#9949;</p>
<p class="error">&#9949; <u>404</u> page not found &#9949;</p>
</article>
{{- end -}}