factoring out some of the special case "amsterdam_" page variables

This commit is contained in:
2026-02-10 21:19:50 -07:00
parent f2b8b829aa
commit be5255b4e7
4 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -84,7 +84,7 @@
<div class="flex">
<!-- LEFT SIDEBAR -->
<div class="w-48 bg-blue-400 p-2">
{{ range i, m := amsterdam_leftMenus }}
{{ range i, m := __leftMenus }}
{{ if i > 0 }}
<div class="mb-2 mt-2">&nbsp;</div>
{{ end }}
@@ -99,7 +99,7 @@
<!-- MAIN CONTENT -->
<div class="flex-1 bg-white">
{{ include amsterdam_innerPage }}
{{ include __innerPage }}
</div>
</div>