- {{ $parent := . }}
- {{ $valid_pages := where .Site.Pages.ByTitle ".Parent" "!=" nil }}
- {{ range where $valid_pages ".Parent.UniqueID" $parent.UniqueID }}
- {{ if $parent.Params.show_images }}
- {{ partial "box_image.html" . }}
- {{ else }}
- {{ partial "box.html" . }}
- {{ end }}
+
+ {{ partial "content.html" . }}
+ {{ if ne .Params.hide_pages "true" }}
+
-
+ {{ end }}
+
+ {{ $parent := . }}
+ {{ $valid_pages := where .Site.Pages.ByTitle ".Parent" "!=" nil }}
+ {{ range where $valid_pages ".Parent.UniqueID" $parent.UniqueID }}
+ {{ if $parent.Params.show_images }}
+ {{ partial "box_image.html" . }}
+ {{ else }}
+ {{ partial "box.html" . }}
{{ end }}
-
- {{ end }}
-