baseddata.io/layouts/partials/body.html

11 lines
282 B
HTML
Raw Normal View History

2024-08-01 14:06:16 +01:00
<body>
<div class="page-container">
{{ partial "header.html" . }}
<main class="main-content">{{- block "main" . }} {{ end -}}</main>
{{ partial "footer.html" . }}
</div>
2024-08-01 14:06:16 +01:00
</body>
2024-09-10 09:13:47 +01:00
{{ if .Params.script }}
<script src="{{ .Params.script | absURL }}"></script>
{{ end }}