ShowerLoop-cc/docs/themes/chocolate/layouts/_default/baseof.html

12 lines
260 B
HTML

{{- partial "head.html" . -}}
<body class="{{ .Type }}">
{{- partial "header.html" . -}}
<main aria-role="main">
<div class="subpage-content">
{{- block "main" . }}{{- end }}
</div>
</main>
{{- partial "footer.html" . -}}
</div>
</body>
</html>