dairy | new theme

This commit is contained in:
Don Harper 2021-03-03 10:56:28 -06:00
parent 5ae63a1d7d
commit 6c3a14b311
65 changed files with 5028 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
<div id="app">
{{- partial "sidebar.html" . -}}
{{- partial "extrabar.html" . -}}
<!-- PC view -->
{{- partial "mobile-header.html" . -}}
<!-- mobile header -->
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "mobile-footer.html" . -}}
<!-- mobile footer -->
</div>
{{ partial "journal.html" .}}
</body>
</html>