docs.xiv.zone/themes/mytheme/layouts/_default/baseof.html
2022-07-16 18:54:44 -04:00

19 lines
220 B
HTML

{{ partial "head.html" . }}
<div id="center-wrapper">
{{ partial "header.html" . }}
<div id="wrapper">
<main>
{{- block "main" . }}{{- end }}
</main>
</div>
{{ partial "footer.html" . }}
</div>
</html>