aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/section/values.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/section/values.html')
-rw-r--r--site/layouts/section/values.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/site/layouts/section/values.html b/site/layouts/section/values.html
new file mode 100644
index 0000000..9b6fa13
--- /dev/null
+++ b/site/layouts/section/values.html
@@ -0,0 +1,17 @@
+{{ partial "head" . }}
+{{ partial "nav" . }}
+{{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title) }}
+
+<div class="mw7 center ph3 pt4">
+
+ {{ range $index, $element := .Params.values }}
+ {{ if modBool $index 2 }}
+ {{ partial "media-block" $element }}
+ {{ else }}
+ {{ partial "media-block-reverse" $element }}
+ {{ end }}
+ {{ end }}
+
+</div>
+
+{{ partial "footer" . }}