|
@@ -4,10 +4,10 @@
|
|
<body>
|
|
<body>
|
|
<div class="h-screen flex flex-flow flex-wrap">
|
|
<div class="h-screen flex flex-flow flex-wrap">
|
|
{{- partial "header.html" . -}}
|
|
{{- partial "header.html" . -}}
|
|
- <div id="content" class="flex-1 px-4">
|
|
|
|
|
|
+ <main id="content" class="flex-1 px-4">
|
|
{{- block "main" . }}{{- end }}
|
|
{{- block "main" . }}{{- end }}
|
|
{{- partial "footer.html" . -}}
|
|
{{- partial "footer.html" . -}}
|
|
- </div>
|
|
|
|
|
|
+ </main>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|