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

20 lines
220 B
HTML
Raw Normal View History

2022-04-08 20:41:15 -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>