Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/gallery/list.html')
-rw-r--r--layouts/partials/gallery/list.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layouts/partials/gallery/list.html b/layouts/partials/gallery/list.html
new file mode 100644
index 0000000..461ddba
--- /dev/null
+++ b/layouts/partials/gallery/list.html
@@ -0,0 +1,16 @@
+{{ partial "core/html-start.html" . }}
+{{ partial "core/head.html" . }}
+
+<body class="page-colors minimum-viewport-height">
+ {{ partial "core/main-menu.html" . }}
+
+ <section class="main-content">
+ {{ partial "gallery/collection.html" . }}
+ {{ partial "extra/pagination.html" . }}
+ </section>
+
+ {{ partial "core/js.html" . }}
+</body>
+
+{{ partial "core/html-end.html" . }}
+