Files
wildness.makyo.ink/themes/maddybook/layouts/post/baseof.html
Madison Scott-Clary b5793d2feb Styling, edits
2021-09-03 14:42:13 -07:00

12 lines
260 B
HTML

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