mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
17 lines
686 B
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">⛝ <u>404</u> page not found ⛝</p>
|
|
<p class="error">⛝ <u>404</u> page not found ⛝</p>
|
|
<p class="error">⛝ <u>404</u> page not found ⛝</p>
|
|
</article>
|
|
{{- end -}}
|