standard base (no wrapper)
This commit is contained in:
parent
2de5c23ec4
commit
7a2a276afa
|
@ -2,10 +2,8 @@
|
||||||
<html>
|
<html>
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
{{- partial "header.html" . -}}
|
||||||
{{- partial "header.html" . -}}
|
{{- block "main" . }}{{- end }}
|
||||||
{{- block "main" . }}{{- end }}
|
{{- partial "footer.html" . -}}
|
||||||
{{- partial "footer.html" . -}}
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue