Files
wildness.makyo.ink/themes/maddybook/layouts/post/baseof.html
Madison Scott-Clary 5d25ae8f94 Checkpoint
2021-09-01 21:36:16 -07:00

12 lines
250 B
HTML

<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>