summaryrefslogtreecommitdiffstats
path: root/layouts/photos/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/photos/list.html')
-rw-r--r--layouts/photos/list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/photos/list.html b/layouts/photos/list.html
new file mode 100644
index 0000000..474dbae
--- /dev/null
+++ b/layouts/photos/list.html
@@ -0,0 +1,7 @@
+{{ define "main" }}
+<main role="main">
+ {{ .Content }}
+
+ {{ partial "photos.html" . }}
+</main>
+{{ end }}