docs.xiv.zone/themes/mytheme/layouts/_default/baseof.html

20 lines
220 B
HTML
Raw Normal View History

2022-07-16 18:54:44 -04:00
{{ partial "head.html" . }}
<div id="center-wrapper">
{{ partial "header.html" . }}
<div id="wrapper">
<main>
{{- block "main" . }}{{- end }}
</main>
</div>
{{ partial "footer.html" . }}
</div>
</html>