aboutsummaryrefslogtreecommitdiff
path: root/layouts/lists/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/lists/baseof.html')
-rw-r--r--layouts/lists/baseof.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/lists/baseof.html b/layouts/lists/baseof.html
new file mode 100644
index 0000000..943d948
--- /dev/null
+++ b/layouts/lists/baseof.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="{{ .Site.LanguageCode }}">
+ {{- partial "head.html" . -}}
+ <body>
+ {{- partial "nav.html" "lists" -}}
+ <main>
+ {{- block "main" . }}{{- end }}
+ </main>
+ {{- partial "footer.html" . -}}
+ </body>
+</html>