{{ title .Title }}
{{ if .Params.image }}
{{ end }}
{{ .Content }}
{{ end }}
{{ if ne .Params.hide_pages "true" }}
{{ $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 }}
{{ end }}