+ {{ $myVar := .Params.sections }} + {{ $mgatag := index site.Taxonomies.section_categories }} + {{ range $k, $v := $mgatag }} + {{ if eq $k $myVar }} + {{ range $v.Pages }} +
+ {{ if .Params.image }} +
+ {{ .Site.Title }} - {{ .Title }} Image +
+ {{end}} + {{ if .Params.vimeobg }} +
+ +
+ {{end}} +
+
+ {{if .Params.section_image}} +
+ +
+ {{end}} +
+ {{ .Content }} +
+
+
+
+ {{ end }} + {{ end }} + {{ end }} + +