* Correcting layout of pages

This commit is contained in:
shockrah 2021-08-14 14:11:52 -07:00
parent aeecd5e534
commit 0dc7e1d698

View File

@ -2,9 +2,11 @@
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
<div id="layout">
{{- partial "header.html" . -}}
<div id="main">
{{- block "main" . -}}{{- end -}}
</div>
</div>
{{- partial "footer.html" . -}}
</body>