Fix html errors.

This commit is contained in:
Sergey Trofimov
2020-04-22 12:14:28 +02:00
parent bbf6c6513d
commit d0b426c3fa
7 changed files with 81 additions and 115 deletions

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
{{- partial "header.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
<div class="content">
{{- partial "head.html" . -}}
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</div>
</body>
</html>