archetypes, list.html layouts, google analyticsafter </head>

This commit is contained in:
Franz Klotsche
2025-11-15 22:06:43 +01:00
parent bf3126ea00
commit 610f30eadf
19 changed files with 183 additions and 20 deletions

View File

@@ -4,16 +4,11 @@
<body>
<div class="container-fluid p-5 bg-primary text-white text-center">
{{- partial "header.html" . -}}
</div>
{{- partial "nav.html" . -}}
<div class="container mt-5">
<div class="row">
<div class="col-sm-4">
{{- block "main" . }}{{- end }}
</div>
</div>
<main>
{{- block "main" . }}{{- end }}
</main>
</div>
{{- partial "footer.html" . -}}
{{- partial "footer.html" . -}}
</body>
</html>